]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The ninth batch
authorJunio C Hamano <gitster@pobox.com>
Fri, 19 Jan 2024 22:57:34 +0000 (14:57 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jan 2024 23:04:46 +0000 (15:04 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.44.0.txt

index 2b9d2bd3c260be8e114fc751cf5215a2e7269a88..4dda977fc3d361b17e1dc5647eef6faf82a9d7d1 100644 (file)
@@ -38,6 +38,14 @@ UI, Workflows & Features
    useful in magic pathspec, e.g., ":(attr:builtin_objectmode=100755)"
    to limit to executables.
 
+ * "git fetch" learned to pay attention to "fetch.all" configuration
+   variable, which pretends as if "--all" was passed from the command
+   line when no remote parameter was given.
+
+ * In addition to (rather cryptic) Security Identifiers, show username
+   and domain in the error message when we barf on mismatch between
+   the Git directory and the current user on Windows.
+
 
 Performance, Internal Implementation, Development Support etc.
 
@@ -204,3 +212,5 @@ Fixes since v2.43
    (merge 03bcc93769 cp/sideband-array-index-comment-fix later to maint).
    (merge 993d38a066 jk/index-pack-lsan-false-positive-fix later to maint).
    (merge 25aec06326 ib/rebase-reschedule-doc later to maint).
+   (merge 5aea3955bc rj/clarify-branch-doc-m later to maint).
+   (merge 9cce3be2df bk/bisect-doc-fix later to maint).