@@ -181,6 +181,11 @@ Performance, Internal Implementation, Development Support etc.
181
181
of the reachability bitmap in a repository with too many refs has
182
182
been added.
183
183
184
+ * When "git merge" sees that the index cannot be refreshed (e.g. due
185
+ to another process doing the same in the background), it died but
186
+ after writing MERGE_HEAD etc. files, which was useless for the
187
+ purpose to recover from the failure.
188
+
184
189
185
190
Fixes since v2.45
186
191
-----------------
@@ -329,6 +334,18 @@ Fixes since v2.45
329
334
updated to use the tempfile API to avoid leaving cruft after
330
335
failing.
331
336
337
+ * An unused extern declaration for mingw has been removed to prevent
338
+ it from causing build failure.
339
+ (merge 3c295c87c2 js/mingw-remove-unused-extern-decl later to maint).
340
+
341
+ * A helper function shared between two tests had a copy-paste bug,
342
+ which has been corrected.
343
+ (merge 40d817875d jk/t5500-typofix later to maint).
344
+
345
+ * "git fetch-pack -k -k" without passing "--lock-pack" (which we
346
+ never do ourselves) did not work at all, which has been corrected.
347
+ (merge 96a6621d25 jk/fetch-pack-fsck-wo-lock-pack later to maint).
348
+
332
349
* Other code cleanup, docfix, build fix, etc.
333
350
(merge a5a4cb7b27 rs/diff-parseopts-cleanup later to maint).
334
351
(merge 55702c543e fa/p4-error later to maint).
@@ -342,3 +359,4 @@ Fixes since v2.45
342
359
(merge e83055ecb0 ds/doc-add-interactive-singlekey later to maint).
343
360
(merge f1160393c1 ds/ahead-behind-fix later to maint).
344
361
(merge bf6a86236e jc/worktree-git-path later to maint).
362
+ (merge 28dc26dc33 rs/remove-unused-find-header-mem later to maint).
0 commit comments