Skip to content

Commit d61d20c

Browse files
committed
The fifth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d2ea03d commit d61d20c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Documentation/RelNotes/2.27.0.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,15 @@ UI, Workflows & Features
8080
"commit" by this was not a designed behaviour than historical
8181
accident. This has been documented.
8282

83+
* "git merge" learns the "--autostash" option.
84+
85+
* "sparse-checkout" UI improvements.
86+
87+
* "git update-ref --stdin" learned a handful of new verbs to let the
88+
user control ref update transactions more explicitly, which helps
89+
as an ingredient to implement two-phase commit-style atomic
90+
ref-updates across multiple repositories.
91+
8392

8493
Performance, Internal Implementation, Development Support etc.
8594

@@ -118,6 +127,16 @@ Performance, Internal Implementation, Development Support etc.
118127
log.excludeDecoration that sits at the lowest priority in the
119128
family.
120129

130+
* A new CI job to build and run test suite on linux with musl libc
131+
has been added.
132+
133+
* Update the CI configuration to use GitHub Actions, retiring the one
134+
based on Azure Pipelines.
135+
136+
* The directory traversal code had redundant recursive calls which
137+
made its performance characteristics exponential with respect to
138+
the depth of the tree, which was corrected.
139+
121140

122141
Fixes since v2.26
123142
-----------------

0 commit comments

Comments
 (0)