Skip to content

Commit

Permalink
Sync with 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Jan 13, 2024
2 parents 3f89cf2 + d4dbce1 commit f01f4dc
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion Documentation/RelNotes/2.44.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ UI, Workflows & Features
breaking change. "--ignore-other-worktrees" option is required to
unbreak you, if you are used to the current behaviour that "-B"
overrides the safety.
(merge b23285a921 jc/checkout-B-branch-in-use later to maint).

* The builtin_objectmode attribute is populated for each path
without adding anything in .gitattributes files, which would be
useful in magic pathspec, e.g., ":(attr:builtin_objectmode=100755)"
to limit to executables.


Performance, Internal Implementation, Development Support etc.
Expand Down Expand Up @@ -64,6 +68,10 @@ Performance, Internal Implementation, Development Support etc.
non-default hash function into a repository that uses the reftable
backend.

* Streaming spans of packfile data used to be done only from a
single, primary, pack in a repository with multiple packfiles. It
has been extended to allow reuse from other packfiles, too.


Fixes since v2.43
-----------------
Expand Down Expand Up @@ -154,6 +162,11 @@ Fixes since v2.43
* "git sparse-checkout (add|set) --[no-]cone --end-of-options" did
not handle "--end-of-options" correctly after a recent update.

* Unlike other environment variables that took the usual
true/false/yes/no as well as 0/1, GIT_FLUSH only understood 0/1,
which has been corrected.
(merge 556e68032f cp/git-flush-is-an-env-bool later to maint).

* Other code cleanup, docfix, build fix, etc.
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
Expand All @@ -178,3 +191,7 @@ Fixes since v2.43
(merge 63956c553d ml/doc-merge-updates later to maint).
(merge d57c671a51 en/header-cleanup later to maint).
(merge 5b7eec4bc5 rs/fast-import-simplify-mempool-allocation later to maint).
(merge 291873e5d6 js/contributor-docs-updates later to maint).
(merge 54d8a2531b jk/t1006-cat-file-objectsize-disk later to maint).
(merge 7033d5479b jx/sideband-chomp-newline-fix later to maint).
(merge 9cd30af991 ms/rebase-insnformat-doc-fix later to maint).

0 comments on commit f01f4dc

Please sign in to comment.