Skip to content

Commit 6bae53b

Browse files
committed
The third batch
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 48475f4 commit 6bae53b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/RelNotes/2.40.0.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ UI, Workflows & Features
1919
* The advice message given by "git status" when it takes long time to
2020
enumerate untracked paths has been updated.
2121

22+
* Just like "git var GIT_EDITOR" abstracts the complex logic to
23+
choose which editor gets used behind it, "git var" now give support
24+
to GIT_SEQUENCE_EDITOR.
25+
2226

2327
Performance, Internal Implementation, Development Support etc.
2428

@@ -73,6 +77,11 @@ Fixes since v2.39
7377
terminating LF in Git 2.39, which has been corrected.
7478
(merge 209d9cb011 pg/diff-stat-unmerged-regression-fix later to maint).
7579

80+
* "git pull -v --recurse-submodules" attempted to pass "-v" down to
81+
underlying "git submodule update", which did not understand the
82+
request and barfed, which has been corrected.
83+
(merge 6f65f84766 ss/pull-v-recurse-fix later to maint).
84+
7685
* Other code cleanup, docfix, build fix, etc.
7786
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
7887
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).

0 commit comments

Comments
 (0)