Skip to content

Commit

Permalink
Sync with 'maint'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Jul 2, 2024
2 parents c2ad9d6 + c2b3f2b commit 06e570c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 9 deletions.
27 changes: 27 additions & 0 deletions Documentation/RelNotes/2.45.3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,4 +77,31 @@ Fixes since v2.45.2
* Varargs functions that are unannotated as printf-like or execl-like
have been annotated as such.

* The "-k" and "--rfc" options of "format-patch" will now error out
when used together, as one tells us not to add anything to the
title of the commit, and the other one tells us to add "RFC" in
addition to "PATCH".

* When the user adds to "git rebase -i" instruction to "pick" a merge
commit, the error experience is not pleasant. Such an error is now
caught earlier in the process that parses the todo list.

* We forgot to normalize the result of getcwd() to NFC on macOS where
all other paths are normalized, which has been corrected. This still
does not address the case where core.precomposeUnicode configuration
is not defined globally.

* Earlier we stopped using the tree of HEAD as the default source of
attributes in a bare repository, but failed to document it. This
has been corrected.

* An unused extern declaration for mingw has been removed to prevent
it from causing build failure.

* A helper function shared between two tests had a copy-paste bug,
which has been corrected.

* "git fetch-pack -k -k" without passing "--lock-pack" (which we
never do ourselves) did not work at all, which has been corrected.

Also contains various documentation updates and code clean-ups.
9 changes: 0 additions & 9 deletions Documentation/RelNotes/2.46.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,6 @@ Fixes since v2.45
when used together, as one tells us not to add anything to the
title of the commit, and the other one tells us to add "RFC" in
addition to "PATCH".
(merge cadcf58085 ds/format-patch-rfc-and-k later to maint).

* "git stash -S" did not handle binary files correctly, which has
been corrected.
Expand Down Expand Up @@ -317,34 +316,28 @@ Fixes since v2.45
* When the user adds to "git rebase -i" instruction to "pick" a merge
commit, the error experience is not pleasant. Such an error is now
caught earlier in the process that parses the todo list.
(merge 4c063c82e9 pw/rebase-i-error-message later to maint).

* We forgot to normalize the result of getcwd() to NFC on macOS where
all other paths are normalized, which has been corrected. This still
does not address the case where core.precomposeUnicode configuration
is not defined globally.
(merge 71fa8d2212 tb/precompose-getcwd later to maint).

* Earlier we stopped using the tree of HEAD as the default source of
attributes in a bare repository, but failed to document it. This
has been corrected.
(merge 5c71d6b63a jc/no-default-attr-tree-in-bare later to maint).

* "git update-server-info" and "git commit-graph --write" have been
updated to use the tempfile API to avoid leaving cruft after
failing.

* An unused extern declaration for mingw has been removed to prevent
it from causing build failure.
(merge 3c295c87c2 js/mingw-remove-unused-extern-decl later to maint).

* A helper function shared between two tests had a copy-paste bug,
which has been corrected.
(merge 40d817875d jk/t5500-typofix later to maint).

* "git fetch-pack -k -k" without passing "--lock-pack" (which we
never do ourselves) did not work at all, which has been corrected.
(merge 96a6621d25 jk/fetch-pack-fsck-wo-lock-pack later to maint).

* CI job to build minimum fuzzers learned to pass NO_CURL=NoThanks to
the build procedure, as its build environment does not offer, or
Expand All @@ -356,6 +349,4 @@ Fixes since v2.45
(merge 0f4b0d4cf0 rs/diff-color-moved-w-no-ext-diff-fix later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge bf6a86236e jc/worktree-git-path later to maint).
(merge 28dc26dc33 rs/remove-unused-find-header-mem later to maint).
(merge 493fdae046 ew/object-convert-leakfix later to maint).

0 comments on commit 06e570c

Please sign in to comment.