Skip to content

Commit e40c2ba

Browse files
committed
Sync with 'master'
2 parents 975e329 + 0f82833 commit e40c2ba

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

Documentation/RelNotes/2.37.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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).

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v2.36.0
4+
DEF_VER=v2.36.GIT
55

66
LF='
77
'

RelNotes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Documentation/RelNotes/2.36.0.txt
1+
Documentation/RelNotes/2.37.0.txt

0 commit comments

Comments
 (0)