Skip to content

Commit

Permalink
The ninth batch
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Jan 19, 2024
1 parent ed87d37 commit e02ecfc
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/RelNotes/2.44.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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).

0 comments on commit e02ecfc

Please sign in to comment.