File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change @@ -61,4 +61,28 @@ Fixes since v2.37.1
61
61
62
62
* Workaround for a false positive compiler warning.
63
63
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
+
64
88
Also contains minor documentation updates and code clean-ups.
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.37.1
4
+ DEF_VER=v2.37.2
5
5
6
6
LF='
7
7
'
You can’t perform that action at this time.
0 commit comments