diff options
-rw-r--r-- | Documentation/RelNotes/2.27.0.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.27.0.txt b/Documentation/RelNotes/2.27.0.txt index 3d9bdf0890..680dfe661a 100644 --- a/Documentation/RelNotes/2.27.0.txt +++ b/Documentation/RelNotes/2.27.0.txt @@ -80,6 +80,15 @@ UI, Workflows & Features "commit" by this was not a designed behaviour than historical accident. This has been documented. + * "git merge" learns the "--autostash" option. + + * "sparse-checkout" UI improvements. + + * "git update-ref --stdin" learned a handful of new verbs to let the + user control ref update transactions more explicitly, which helps + as an ingredient to implement two-phase commit-style atomic + ref-updates across multiple repositories. + Performance, Internal Implementation, Development Support etc. @@ -118,6 +127,16 @@ Performance, Internal Implementation, Development Support etc. log.excludeDecoration that sits at the lowest priority in the family. + * A new CI job to build and run test suite on linux with musl libc + has been added. + + * Update the CI configuration to use GitHub Actions, retiring the one + based on Azure Pipelines. + + * The directory traversal code had redundant recursive calls which + made its performance characteristics exponential with respect to + the depth of the tree, which was corrected. + Fixes since v2.26 ----------------- |