aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2026-03-12 14:08:20 -0700
committerJunio C Hamano <gitster@pobox.com>2026-03-12 14:09:07 -0700
commitdc6ecd5354dca88d51b6d6562777fc8fc10d77e1 (patch)
tree330655e1f05af0609965ebff74efc052cee26591 /Documentation
parentc89a495ce4c508db4dd798050b9115ad103711c7 (diff)
downloadgit-dc6ecd5354dca88d51b6d6562777fc8fc10d77e1.tar.xz
The 16th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/RelNotes/2.54.0.adoc10
1 files changed, 10 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.54.0.adoc b/Documentation/RelNotes/2.54.0.adoc
index cf30eaa1e6..005a98e0ff 100644
--- a/Documentation/RelNotes/2.54.0.adoc
+++ b/Documentation/RelNotes/2.54.0.adoc
@@ -81,6 +81,10 @@ UI, Workflows & Features
accepts charset to use from the end-user, to avoid 'y' (mistaken
'yes' when expecting a charset like 'UTF-8') and other nonsense.
+ * "git status" learned to show comparison between the current branch
+ and various other branches listed on status.compareBranches
+ configuration.
+
Performance, Internal Implementation, Development Support etc.
--------------------------------------------------------------
@@ -180,6 +184,9 @@ Performance, Internal Implementation, Development Support etc.
* Move gitlab CI from macOS 14 images that are being deprecated.
+ * The object source API is getting restructured to allow plugging new
+ backends.
+
Fixes since v2.53
-----------------
@@ -291,6 +298,9 @@ Fixes since v2.53
* Fix typo-induced breakages in fsmonitor-watchman sample hook.
(merge 41366e4677 pt/fsmonitor-watchman-sample-fix later to maint).
+ * "git for-each-repo" started from a secondary worktree did not work
+ as expected, which has been corrected.
+ (merge e87493b9b4 ds/for-each-repo-w-worktree later to maint).
* Other code cleanup, docfix, build fix, etc.
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
(merge 7a747f972d dd/t5403-modernise later to maint).