@@ -92,6 +92,13 @@ UI, Workflows & Features
92
92
when it fails the local check (hence due to atomicity it is known
93
93
that no certificate is needed).
94
94
95
+ * "git commit-graph write" learned to limit the number of bloom
96
+ filters that are computed from scratch with the --max-new-filters
97
+ option.
98
+
99
+ * The transport protocol v2 has become the default again.
100
+
101
+
95
102
Performance, Internal Implementation, Development Support etc.
96
103
97
104
* The changed-path Bloom filter is improved using ideas from an
@@ -385,6 +392,23 @@ Fixes since v2.28
385
392
ancestor, which has been corrected.
386
393
(merge 0acbf5997f ld/p4-unshelve-fix later to maint).
387
394
395
+ * "git clone" that clones from SHA-1 repository, while
396
+ GIT_DEFAULT_HASH set to use SHA-256 already, resulted in an
397
+ unusable repository that half-claims to be SHA-256 repository
398
+ with SHA-1 objects and refs. This has been corrected.
399
+
400
+ * Adjust sample hooks for hash algorithm other than SHA-1.
401
+ (merge d8d3d632f4 dl/zero-oid-in-hooks later to maint).
402
+
403
+ * "git range-diff" showed incorrect diffstat, which has been
404
+ corrected.
405
+
406
+ * Earlier we taught "git pull" to warn when the user does not say the
407
+ histories need to be merged, rebased or accepts only fast-
408
+ forwarding, but the warning triggered for those who have set the
409
+ pull.ff configuration variable.
410
+ (merge 54200cef86 ah/pull later to maint).
411
+
388
412
* Other code cleanup, docfix, build fix, etc.
389
413
(merge 84544f2ea3 sk/typofixes later to maint).
390
414
(merge b17f411ab5 ar/help-guides-doc later to maint).
0 commit comments