summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-06-25 14:06:36 -0700
committerJunio C Hamano <gitster@pobox.com>2025-06-25 14:07:37 -0700
commitcf6f63ea6bf35173e02e18bdc6a4ba41288acff9 (patch)
tree31550048bda90f1d273005d86bd7040356280cc0 /Documentation/RelNotes
parentd5ee0e2961aefa249ca6866d579192089ded67f1 (diff)
The fourth batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes')
-rw-r--r--Documentation/RelNotes/2.51.0.adoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.51.0.adoc b/Documentation/RelNotes/2.51.0.adoc
index 89645da210..fa6b9e22b8 100644
--- a/Documentation/RelNotes/2.51.0.adoc
+++ b/Documentation/RelNotes/2.51.0.adoc
@@ -20,6 +20,10 @@ UI, Workflows & Features
* "git subtree" (in contrib/) learned to grok GPG signing its commits.
+ * "git whatchanged" that is longer to type than "git log --raw"
+ which is its modern rough equivalent has outlived its usefulness
+ more than 10 years ago. Plan to deprecate and remove it.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -69,6 +73,11 @@ Fixes since v2.50
correctly parsed and replaced, which has been corrected.
(merge abf94a283f sa/multi-mailmap-fix later to maint).
+ * "git maintenance" lacked the care "git gc" had to avoid holding
+ onto the repository lock for too long during packing refs, which
+ has been remedied.
+ (merge 1b5074e614 ps/maintenance-ref-lock later to maint).
+
* Other code cleanup, docfix, build fix, etc.
(merge b257adb571 lo/my-first-ow-doc-update later to maint).
(merge 8b34b6a220 ly/sequencer-update-squash-is-fixup-only later to maint).
@@ -82,3 +91,4 @@ Fixes since v2.50
(merge 1fde1c5daf ac/preload-index-wo-the-repository later to maint).
(merge 855cfc65ae rm/t2400-modernize later to maint).
(merge 2939494284 ly/run-builtin-use-passed-in-repo later to maint).
+ (merge ff73f375bb jg/mailinfo-leakfix later to maint).