diff options
author | Junio C Hamano <gitster@pobox.com> | 2020-04-29 16:15:42 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-29 16:15:42 -0700 |
commit | d61d20c9b413225793f8a0b491bbbec61c184e26 (patch) | |
tree | a09123ee85e55b1de2e3c70c43588f10d885cacb | |
parent | Merge branch 'ps/transactional-update-ref-stdin' (diff) | |
download | tgif-d61d20c9b413225793f8a0b491bbbec61c184e26.tar.xz |
The fifth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-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 ----------------- |