File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ UI, Workflows & Features
19
19
* The advice message given by "git status" when it takes long time to
20
20
enumerate untracked paths has been updated.
21
21
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
+
22
26
23
27
Performance, Internal Implementation, Development Support etc.
24
28
@@ -73,6 +77,11 @@ Fixes since v2.39
73
77
terminating LF in Git 2.39, which has been corrected.
74
78
(merge 209d9cb011 pg/diff-stat-unmerged-regression-fix later to maint).
75
79
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
+
76
85
* Other code cleanup, docfix, build fix, etc.
77
86
(merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint).
78
87
(merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint).
You can’t perform that action at this time.
0 commit comments