Skip to content

Commit 172e8ff

Browse files
committed
The ninth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent a012588 commit 172e8ff

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.27.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,12 @@ Performance, Internal Implementation, Development Support etc.
161161

162162
* The "bugreport" tool has been added.
163163

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+
164170

165171
Fixes since v2.26
166172
-----------------
@@ -420,6 +426,24 @@ Fixes since v2.26
420426
been corrected.
421427
(merge 0555e4af58 cb/t0000-use-the-configured-shell later to maint).
422428

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+
423447
* Other code cleanup, docfix, build fix, etc.
424448
(merge 564956f358 jc/maintain-doc later to maint).
425449
(merge 7422b2a0a1 sg/commit-slab-clarify-peek later to maint).

0 commit comments

Comments
 (0)