File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change
1
+ Git v2.37 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
+ (merge 4f1ccef87c gc/submodule-update-part2 later to maint).
10
+
11
+ * "diff-tree --stdin" has been broken for about a year, but 2.36
12
+ release broke it even worse by breaking running the command with
13
+ <pathspec>, which in turn broke "gitk" and got noticed. This has
14
+ been corrected by aligning its behaviour to that of "log".
15
+ (merge f8781bfda3 jc/diff-tree-stdin-fix later to maint).
16
+
17
+ * Regression fix for 2.36 where "git name-rev" started to sometimes
18
+ reference strings after they are freed.
19
+ (merge 45a14f578e rs/name-rev-fix-free-after-use later to maint).
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
3
3
GVF=GIT-VERSION-FILE
4
- DEF_VER=v2.36.0
4
+ DEF_VER=v2.36.GIT
5
5
6
6
LF='
7
7
'
Original file line number Diff line number Diff line change 1
- Documentation/RelNotes/2.36 .0.txt
1
+ Documentation/RelNotes/2.37 .0.txt
You can’t perform that action at this time.
0 commit comments