@@ -151,11 +151,9 @@ Fixes since v2.37
151
151
152
152
* The resolve-undo information in the index was not protected against
153
153
GC, which has been corrected.
154
- (merge e0ad13977a jc/resolve-undo later to maint).
155
154
156
155
* A corner case bug where lazily fetching objects from a promisor
157
156
remote resulted in infinite recursion has been corrected.
158
- (merge cb88b37cb9 hx/lookup-commit-in-graph-fix later to maint).
159
157
160
158
* "git clone" from a repository with some ref whose HEAD is unborn
161
159
did not set the HEAD in the resulting repository correctly, which
@@ -186,27 +184,21 @@ Fixes since v2.37
186
184
187
185
* "git p4" working on UTF-16 files on Windows did not implement
188
186
CRLF-to-LF conversion correctly, which has been corrected.
189
- (merge 4d35f74421 mb/p4-utf16-crlf later to maint).
190
187
191
188
* "git p4" did not handle non-ASCII client name well, which has been
192
189
corrected.
193
- (merge d205483695 kk/p4-client-name-encoding-fix later to maint).
194
190
195
191
* "rerere-train" script (in contrib/) used to honor commit.gpgSign
196
192
while recreating the throw-away merges.
197
- (merge cc391fc886 cl/rerere-train-with-no-sign later to maint).
198
193
199
194
* "git checkout" miscounted the paths it updated, which has been
200
195
corrected.
201
- (merge 611c7785e8 mt/checkout-count-fix later to maint).
202
196
203
197
* Fix for a bug that makes write-tree to fail to write out a
204
198
non-existent index as a tree, introduced in 2.37.
205
- (merge 4447d4129d tk/untracked-cache-with-uall later to maint).
206
199
207
200
* There was a bug in the codepath to upgrade generation information
208
201
in commit-graph from v1 to v2 format, which has been corrected.
209
- (merge 9550f6c16a tb/commit-graph-genv2-upgrade-fix later to maint).
210
202
211
203
* Gitweb had legacy URL shortener that is specific to the way
212
204
projects hosted on kernel.org used to (but no longer) work, which
@@ -234,6 +226,3 @@ Fixes since v2.37
234
226
(merge 1250dff32b js/ort-clean-up-after-failed-merge later to maint).
235
227
236
228
* Other code cleanup, docfix, build fix, etc.
237
- (merge a700395eaf ma/t4200-update later to maint).
238
- (merge ce5f07983d mt/pkt-line-comment-tweak later to maint).
239
- (merge 1e11fab59c jc/string-list-cleanup later to maint).
0 commit comments