Skip to content

Commit dc6ecd5

Browse files
committed
The 16th batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent c89a495 commit dc6ecd5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Documentation/RelNotes/2.54.0.adoc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,10 @@ UI, Workflows & Features
8181
accepts charset to use from the end-user, to avoid 'y' (mistaken
8282
'yes' when expecting a charset like 'UTF-8') and other nonsense.
8383

84+
* "git status" learned to show comparison between the current branch
85+
and various other branches listed on status.compareBranches
86+
configuration.
87+
8488

8589
Performance, Internal Implementation, Development Support etc.
8690
--------------------------------------------------------------
@@ -180,6 +184,9 @@ Performance, Internal Implementation, Development Support etc.
180184
181185
* Move gitlab CI from macOS 14 images that are being deprecated.
182186
187+
* The object source API is getting restructured to allow plugging new
188+
backends.
189+
183190
184191
Fixes since v2.53
185192
-----------------
@@ -291,6 +298,9 @@ Fixes since v2.53
291298
* Fix typo-induced breakages in fsmonitor-watchman sample hook.
292299
(merge 41366e4677 pt/fsmonitor-watchman-sample-fix later to maint).
293300

301+
* "git for-each-repo" started from a secondary worktree did not work
302+
as expected, which has been corrected.
303+
(merge e87493b9b4 ds/for-each-repo-w-worktree later to maint).
294304
* Other code cleanup, docfix, build fix, etc.
295305
(merge d79fff4a11 jk/remote-tracking-ref-leakfix later to maint).
296306
(merge 7a747f972d dd/t5403-modernise later to maint).

0 commit comments

Comments
 (0)