]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The 20th batch
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Sep 2024 17:31:05 +0000 (10:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Sep 2024 17:35:09 +0000 (10:35 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.47.0.txt

index 5a74d01cb4e61de099167220f75ae9080db27105..a6c1d4d78db9373f5d918613b7abdf572e55cb72 100644 (file)
@@ -145,6 +145,10 @@ Performance, Internal Implementation, Development Support etc.
 
  * The error messages from the test script checker have been improved.
 
+ * The convention to calling into built-in command implementation has
+   been updated to pass the repository, if known, together with the
+   prefix value.
+
 
 Fixes since v2.46
 -----------------
@@ -267,6 +271,16 @@ Fixes since v2.46
    been corrected.
    (merge d3edb0bdde jk/git-pm-bare-repo-fix later to maint).
 
+ * When a remote-helper dies before Git writes to it, SIGPIPE killed
+   Git silently.  We now explain the situation a bit better to the end
+   user in our error message.
+   (merge 6e7fac9bca jk/diag-unexpected-remote-helper-death later to maint).
+
+ * A few usability fixes to "git jump" (in contrib/).
+   (merge 083b82544d jk/jump-quickfix-fixes later to maint).
+
  * Other code cleanup, docfix, build fix, etc.
    (merge be10ac7037 jc/mailinfo-header-cleanup later to maint).
    (merge 4460e052e0 jc/range-diff-lazy-setup later to maint).
+   (merge 0627c58e7a ak/typofixes later to maint).
+   (merge 83799f1500 jk/t9001-deflake later to maint).