]> git.ipfire.org Git - thirdparty/git.git/commitdiff
The fifth batch
authorJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2020 23:15:42 +0000 (16:15 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 29 Apr 2020 23:15:42 +0000 (16:15 -0700)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.27.0.txt

index 3d9bdf089029b2d0b3209b42403a4c047a2996ed..680dfe661aed43221a48069c5294fc698bfd643e 100644 (file)
@@ -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
 -----------------