Skip to content

Commit 306ee63

Browse files
committed
Eighteenth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 299deea commit 306ee63

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

Documentation/RelNotes/2.29.0.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ UI, Workflows & Features
9292
when it fails the local check (hence due to atomicity it is known
9393
that no certificate is needed).
9494

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+
95102
Performance, Internal Implementation, Development Support etc.
96103

97104
* The changed-path Bloom filter is improved using ideas from an
@@ -385,6 +392,23 @@ Fixes since v2.28
385392
ancestor, which has been corrected.
386393
(merge 0acbf5997f ld/p4-unshelve-fix later to maint).
387394

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+
388412
* Other code cleanup, docfix, build fix, etc.
389413
(merge 84544f2ea3 sk/typofixes later to maint).
390414
(merge b17f411ab5 ar/help-guides-doc later to maint).

0 commit comments

Comments
 (0)