@@ -217,7 +217,6 @@ Fixes since v2.45
217
217
when used together, as one tells us not to add anything to the
218
218
title of the commit, and the other one tells us to add "RFC" in
219
219
addition to "PATCH".
220
- (merge cadcf58085 ds/format-patch-rfc-and-k later to maint).
221
220
222
221
* "git stash -S" did not handle binary files correctly, which has
223
222
been corrected.
@@ -317,34 +316,28 @@ Fixes since v2.45
317
316
* When the user adds to "git rebase -i" instruction to "pick" a merge
318
317
commit, the error experience is not pleasant. Such an error is now
319
318
caught earlier in the process that parses the todo list.
320
- (merge 4c063c82e9 pw/rebase-i-error-message later to maint).
321
319
322
320
* We forgot to normalize the result of getcwd() to NFC on macOS where
323
321
all other paths are normalized, which has been corrected. This still
324
322
does not address the case where core.precomposeUnicode configuration
325
323
is not defined globally.
326
- (merge 71fa8d2212 tb/precompose-getcwd later to maint).
327
324
328
325
* Earlier we stopped using the tree of HEAD as the default source of
329
326
attributes in a bare repository, but failed to document it. This
330
327
has been corrected.
331
- (merge 5c71d6b63a jc/no-default-attr-tree-in-bare later to maint).
332
328
333
329
* "git update-server-info" and "git commit-graph --write" have been
334
330
updated to use the tempfile API to avoid leaving cruft after
335
331
failing.
336
332
337
333
* An unused extern declaration for mingw has been removed to prevent
338
334
it from causing build failure.
339
- (merge 3c295c87c2 js/mingw-remove-unused-extern-decl later to maint).
340
335
341
336
* A helper function shared between two tests had a copy-paste bug,
342
337
which has been corrected.
343
- (merge 40d817875d jk/t5500-typofix later to maint).
344
338
345
339
* "git fetch-pack -k -k" without passing "--lock-pack" (which we
346
340
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
341
349
342
* CI job to build minimum fuzzers learned to pass NO_CURL=NoThanks to
350
343
the build procedure, as its build environment does not offer, or
@@ -356,6 +349,4 @@ Fixes since v2.45
356
349
(merge 0f4b0d4cf0 rs/diff-color-moved-w-no-ext-diff-fix later to maint).
357
350
358
351
* Other code cleanup, docfix, build fix, etc.
359
- (merge bf6a86236e jc/worktree-git-path later to maint).
360
- (merge 28dc26dc33 rs/remove-unused-find-header-mem later to maint).
361
352
(merge 493fdae046 ew/object-convert-leakfix later to maint).
0 commit comments