@@ -32,7 +32,11 @@ UI, Workflows & Features
32
32
breaking change. "--ignore-other-worktrees" option is required to
33
33
unbreak you, if you are used to the current behaviour that "-B"
34
34
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.
36
40
37
41
38
42
Performance, Internal Implementation, Development Support etc.
@@ -64,6 +68,10 @@ Performance, Internal Implementation, Development Support etc.
64
68
non-default hash function into a repository that uses the reftable
65
69
backend.
66
70
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
+
67
75
68
76
Fixes since v2.43
69
77
-----------------
@@ -154,6 +162,11 @@ Fixes since v2.43
154
162
* "git sparse-checkout (add|set) --[no-]cone --end-of-options" did
155
163
not handle "--end-of-options" correctly after a recent update.
156
164
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
+
157
170
* Other code cleanup, docfix, build fix, etc.
158
171
(merge 50f1abcff6 js/packfile-h-typofix later to maint).
159
172
(merge cbf498eb53 jb/reflog-expire-delete-dry-run-options later to maint).
@@ -178,3 +191,7 @@ Fixes since v2.43
178
191
(merge 63956c553d ml/doc-merge-updates later to maint).
179
192
(merge d57c671a51 en/header-cleanup later to maint).
180
193
(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