Skip to content

Commit ad60ddd

Browse files
committed
Git 2.37.2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent b0fd38a commit ad60ddd

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

Documentation/RelNotes/2.37.2.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,28 @@ Fixes since v2.37.1
6161

6262
* Workaround for a false positive compiler warning.
6363

64+
* The resolve-undo information in the index was not protected against
65+
GC, which has been corrected.
66+
67+
* A corner case bug where lazily fetching objects from a promisor
68+
remote resulted in infinite recursion has been corrected.
69+
70+
* "git p4" working on UTF-16 files on Windows did not implement
71+
CRLF-to-LF conversion correctly, which has been corrected.
72+
73+
* "git p4" did not handle non-ASCII client name well, which has been
74+
corrected.
75+
76+
* "rerere-train" script (in contrib/) used to honor commit.gpgSign
77+
while recreating the throw-away merges.
78+
79+
* "git checkout" miscounted the paths it updated, which has been
80+
corrected.
81+
82+
* Fix for a bug that makes write-tree to fail to write out a
83+
non-existent index as a tree, introduced in 2.37.
84+
85+
* There was a bug in the codepath to upgrade generation information
86+
in commit-graph from v1 to v2 format, which has been corrected.
87+
6488
Also contains minor documentation updates and code clean-ups.

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.37.1
4+
DEF_VER=v2.37.2
55

66
LF='
77
'

0 commit comments

Comments
 (0)