summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2020-09-29 20:58:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2020-09-29 21:01:22 (GMT)
commit306ee63a703ad67c54ba1209dc11dd9ea500dc1f (patch)
tree78c15abee7933eaa7af5586abf7756f46a37fe2c /Documentation
parent299deeac8a67ef80989b86a75b012be1d2193bf9 (diff)
downloadgit-306ee63a703ad67c54ba1209dc11dd9ea500dc1f.zip
git-306ee63a703ad67c54ba1209dc11dd9ea500dc1f.tar.gz
git-306ee63a703ad67c54ba1209dc11dd9ea500dc1f.tar.bz2
Eighteenth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.29.0.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.29.0.txt b/Documentation/RelNotes/2.29.0.txt
index ccbe9b7..e430392 100644
--- a/Documentation/RelNotes/2.29.0.txt
+++ b/Documentation/RelNotes/2.29.0.txt
@@ -92,6 +92,13 @@ UI, Workflows & Features
when it fails the local check (hence due to atomicity it is known
that no certificate is needed).
+ * "git commit-graph write" learned to limit the number of bloom
+ filters that are computed from scratch with the --max-new-filters
+ option.
+
+ * The transport protocol v2 has become the default again.
+
+
Performance, Internal Implementation, Development Support etc.
* The changed-path Bloom filter is improved using ideas from an
@@ -385,6 +392,23 @@ Fixes since v2.28
ancestor, which has been corrected.
(merge 0acbf5997f ld/p4-unshelve-fix later to maint).
+ * "git clone" that clones from SHA-1 repository, while
+ GIT_DEFAULT_HASH set to use SHA-256 already, resulted in an
+ unusable repository that half-claims to be SHA-256 repository
+ with SHA-1 objects and refs. This has been corrected.
+
+ * Adjust sample hooks for hash algorithm other than SHA-1.
+ (merge d8d3d632f4 dl/zero-oid-in-hooks later to maint).
+
+ * "git range-diff" showed incorrect diffstat, which has been
+ corrected.
+
+ * Earlier we taught "git pull" to warn when the user does not say the
+ histories need to be merged, rebased or accepts only fast-
+ forwarding, but the warning triggered for those who have set the
+ pull.ff configuration variable.
+ (merge 54200cef86 ah/pull later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge 84544f2ea3 sk/typofixes later to maint).
(merge b17f411ab5 ar/help-guides-doc later to maint).