@@ -32,7 +32,11 @@ UI, Workflows & Features
3232 breaking change. "--ignore-other-worktrees" option is required to
3333 unbreak you, if you are used to the current behaviour that "-B"
3434 overrides the safety.
35- (merge b23285a921 jc/checkout-B-branch-in-use later to maint).
35+
36+ * The builtin_objectmode attribute is populated for each path
37+ without adding anything in .gitattributes files, which would be
38+ useful in magic pathspec, e.g., ":(attr:builtin_objectmode=100755)"
39+ to limit to executables.
3640
3741
3842Performance, Internal Implementation, Development Support etc.
@@ -64,6 +68,10 @@ Performance, Internal Implementation, Development Support etc.
6468 non-default hash function into a repository that uses the reftable
6569 backend.
6670
71+ * Streaming spans of packfile data used to be done only from a
72+ single, primary, pack in a repository with multiple packfiles. It
73+ has been extended to allow reuse from other packfiles, too.
74+
6775
6876Fixes since v2.43
6977-----------------
@@ -154,6 +162,11 @@ Fixes since v2.43
154162 * "git sparse-checkout (add|set) --[no-]cone --end-of-options" did
155163 not handle "--end-of-options" correctly after a recent update.
156164
165+ * Unlike other environment variables that took the usual
166+ true/false/yes/no as well as 0/1, GIT_FLUSH only understood 0/1,
167+ which has been corrected.
168+ (merge 556e68032f cp/git-flush-is-an-env-bool later to maint).
169+
157170 * Other code cleanup, docfix, build fix, etc.
158171 (merge 50f1abcff6 js/packfile-h-typofix later to maint).
159172 (merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
@@ -178,3 +191,7 @@ Fixes since v2.43
178191 (merge 63956c553d ml/doc-merge-updates later to maint).
179192 (merge d57c671a51 en/header-cleanup later to maint).
180193 (merge 5b7eec4bc5 rs/fast-import-simplify-mempool-allocation later to maint).
194+ (merge 291873e5d6 js/contributor-docs-updates later to maint).
195+ (merge 54d8a2531b jk/t1006-cat-file-objectsize-disk later to maint).
196+ (merge 7033d5479b jx/sideband-chomp-newline-fix later to maint).
197+ (merge 9cd30af991 ms/rebase-insnformat-doc-fix later to maint).
0 commit comments