File tree Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Expand file tree Collapse file tree 3 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 1+ Git v2.36.1 Release Notes
2+ =========================
3+
4+ Fixes since v2.36
5+ -----------------
6+
7+ * "git submodule update" without pathspec should silently skip an
8+ uninitialized submodule, but it started to become noisy by mistake.
9+
10+ * "diff-tree --stdin" has been broken for about a year, but 2.36
11+ release broke it even worse by breaking running the command with
12+ <pathspec>, which in turn broke "gitk" and got noticed. This has
13+ been corrected by aligning its behaviour to that of "log".
14+
15+ * Regression fix for 2.36 where "git name-rev" started to sometimes
16+ reference strings after they are freed.
17+
18+ * "git show <commit1> <commit2>... -- <pathspec>" lost the pathspec
19+ when showing the second and subsequent commits, which has been
20+ corrected.
21+
22+ * "git fast-export -- <pathspec>" lost the pathspec when showing the
23+ second and subsequent commits, which has been corrected.
24+
25+ * "git format-patch <args> -- <pathspec>" lost the pathspec when
26+ showing the second and subsequent commits, which has been
27+ corrected.
28+
29+ * Get rid of a bogus and over-eager coccinelle rule.
30+
31+ * Correct choices of C compilers used in various CI jobs.
32+
33+ Also contains minor documentation updates and code clean-ups.
Original file line number Diff line number Diff line change 11#! /bin/sh
22
33GVF=GIT-VERSION-FILE
4- DEF_VER=v2.36.0
4+ DEF_VER=v2.36.1
55
66LF='
77'
Original file line number Diff line number Diff line change 1- Documentation/RelNotes/2.36.0 .txt
1+ Documentation/RelNotes/2.36.1 .txt
You can’t perform that action at this time.
0 commit comments