]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 19th batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 20 Sep 2024 15:59:27 +0000 (08:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 20 Sep 2024 18:16:33 +0000 (11:16 -0700)
Merge the topics that have been cooking since 2024-09-13 or so in
'next'.

Let's try a new workflow to update the maintenance track by removing
the "merge ... later to maint" comments from the draft release notes
on the 'master' track.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.47.0.txt

index cae537422b1e77674a3133170a1ab373d9b32379..5a74d01cb4e61de099167220f75ae9080db27105 100644 (file)
@@ -240,17 +240,33 @@ Fixes since v2.46
  * In a few corner cases "git diff --exit-code" failed to report
    "changes" (e.g., renamed without any content change), which has
    been corrected.
-   (merge 11591850dd rs/diff-exit-code-fix later to maint).
 
  * Cygwin does have /dev/tty support that is needed by things like
    single-key input mode.
-   (merge 39ba986b0e rj/cygwin-has-dev-tty later to maint).
 
  * The interpret-trailers command failed to recognise the end of the
    message when the commit log ends in an incomplete line.
-   (merge c02414a997 bl/trailers-and-incomplete-last-line-fix later to maint).
+
+ * "git rebase --autostash" failed to resurrect the autostashed
+   changes when the command gets aborted after giving back control
+   asking for hlep in conflict resolution.
+   (merge bf6ab087d1 pw/rebase-autostash-fix later to maint).
+
+ * The "imap-send" now allows to be compiled with NO_OPENSSL and
+   OPENSSL_SHA1 defined together.
+   (merge 997950a750 jk/no-openssl-with-openssl-sha1 later to maint).
+
+ * The support to customize build options to adjust for older versions
+   and/or older systems for the interop tests has been improved.
+   (merge 22ef5f02a8 jk/interop-test-build-options later to maint).
+
+ * Update the character width table for Unicode 16.
+   (merge 44dc651132 bb/unicode-width-table-16 later to maint).
+
+ * In Git 2.39, Git.pm stopped working in a bare repository, which has
+   been corrected.
+   (merge d3edb0bdde jk/git-pm-bare-repo-fix later to maint).
 
  * Other code cleanup, docfix, build fix, etc.
    (merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
-   (merge 9a36ea37ae jc/doc-skip-fetch-all-and-prefetch later to maint).
    (merge 4460e052e0 jc/range-diff-lazy-setup later to maint).