Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-04-30 02:15:42 +0300
committerJunio C Hamano <gitster@pobox.com>2020-04-30 02:15:42 +0300
commitd61d20c9b413225793f8a0b491bbbec61c184e26 (patch)
treea09123ee85e55b1de2e3c70c43588f10d885cacb /Documentation/RelNotes/2.27.0.txt
parentd2ea03ddeeeab6f703290af30ba89d5606858673 (diff)
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/2.27.0.txt')
-rw-r--r--Documentation/RelNotes/2.27.0.txt19
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
-----------------