@@ -161,6 +161,12 @@ Performance, Internal Implementation, Development Support etc.
161
161
162
162
* The "bugreport" tool has been added.
163
163
164
+ * The object walk with object filter "--filter=tree:0" can now take
165
+ advantage of the pack bitmap when available.
166
+
167
+ * Instead of always building all branches at GitHub via Actions,
168
+ users can specify which branches to build.
169
+
164
170
165
171
Fixes since v2.26
166
172
-----------------
@@ -420,6 +426,24 @@ Fixes since v2.26
420
426
been corrected.
421
427
(merge 0555e4af58 cb/t0000-use-the-configured-shell later to maint).
422
428
429
+ * Minor in-code comments and documentation updates around credential
430
+ API.
431
+ (merge 1aed817f99 cb/credential-doc-fixes later to maint).
432
+
433
+ * Teach "am", "commit", "merge" and "rebase", when they are run with
434
+ the "--quiet" option, to pass "--quiet" down to "gc --auto".
435
+ (merge 7c3e9e8cfb jc/auto-gc-quiet later to maint).
436
+
437
+ * The code to skip unmerged paths in the index when sparse checkout
438
+ is in use would have made out-of-bound access of the in-core index
439
+ when the last path was unmerged, which has been corrected.
440
+
441
+ * Serving a "git fetch" client over "git://" and "ssh://" protocols
442
+ using the on-wire protocol version 2 was buggy on the server end
443
+ when the client needs to make a follow-up request to
444
+ e.g. auto-follow tags.
445
+ (merge 08450ef791 cc/upload-pack-v2-fetch-fix later to maint).
446
+
423
447
* Other code cleanup, docfix, build fix, etc.
424
448
(merge 564956f358 jc/maintain-doc later to maint).
425
449
(merge 7422b2a0a1 sg/commit-slab-clarify-peek later to maint).
0 commit comments