Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-01-20 01:57:34 +0300
committerJunio C Hamano <gitster@pobox.com>2024-01-20 02:04:46 +0300
commite02ecfcc534e2021aae29077a958dd11c3897e4c (patch)
tree7e9335914425c8d390ed51532713fa71021ace8b
parented87d37eaae64ea1eaf585ddba311b3d763e4df8 (diff)
The ninth batchHEADmastermain
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/2.44.0.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.44.0.txt b/Documentation/RelNotes/2.44.0.txt
index 2b9d2bd3c2..4dda977fc3 100644
--- a/Documentation/RelNotes/2.44.0.txt
+++ b/Documentation/RelNotes/2.44.0.txt
@@ -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).