Skip to content

Commit cf6f63e

Browse files
committed
The fourth batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent d5ee0e2 commit cf6f63e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.51.0.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ UI, Workflows & Features
2020

2121
* "git subtree" (in contrib/) learned to grok GPG signing its commits.
2222

23+
* "git whatchanged" that is longer to type than "git log --raw"
24+
which is its modern rough equivalent has outlived its usefulness
25+
more than 10 years ago. Plan to deprecate and remove it.
26+
2327

2428
Performance, Internal Implementation, Development Support etc.
2529
--------------------------------------------------------------
@@ -69,6 +73,11 @@ Fixes since v2.50
6973
correctly parsed and replaced, which has been corrected.
7074
(merge abf94a283f sa/multi-mailmap-fix later to maint).
7175

76+
* "git maintenance" lacked the care "git gc" had to avoid holding
77+
onto the repository lock for too long during packing refs, which
78+
has been remedied.
79+
(merge 1b5074e614 ps/maintenance-ref-lock later to maint).
80+
7281
* Other code cleanup, docfix, build fix, etc.
7382
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
7483
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -82,3 +91,4 @@ Fixes since v2.50
8291
(merge 1fde1c5daf ac/preload-index-wo-the-repository later to maint).
8392
(merge 855cfc65ae rm/t2400-modernize later to maint).
8493
(merge 2939494284 ly/run-builtin-use-passed-in-repo later to maint).
94+
(merge ff73f375bb jg/mailinfo-leakfix later to maint).

0 commit comments

Comments
 (0)