aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-09-23 10:31:05 -0700
committerJunio C Hamano <gitster@pobox.com>2024-09-23 10:35:09 -0700
commit6258f68c3c1092c901337895c864073dcdea9213 (patch)
tree14183ea058b2a5d6982782031d7aacd3d0c374f1 /Documentation/RelNotes
parentMerge branch 'jc/pass-repo-to-builtins' (diff)
downloadgit-6258f68c3c1092c901337895c864073dcdea9213.tar.gz
git-6258f68c3c1092c901337895c864073dcdea9213.zip
The 20th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.47.0.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.47.0.txt b/Documentation/RelNotes/2.47.0.txt
index 5a74d01cb4..a6c1d4d78d 100644
--- a/Documentation/RelNotes/2.47.0.txt
+++ b/Documentation/RelNotes/2.47.0.txt
@@ -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).