diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-12-28 10:53:44 +0900 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-12-28 12:06:17 +0900 |
| commit | 6bae53b138a1f38d8887f6b46d17661357a1468b (patch) | |
| tree | c256528f9f2773f79f6ac1d5d6771a3704e33a9e | |
| parent | Merge branch 'sa/git-var-sequence-editor' (diff) | |
| download | git-6bae53b138a1f38d8887f6b46d17661357a1468b.tar.gz git-6bae53b138a1f38d8887f6b46d17661357a1468b.zip | |
The third batch
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | Documentation/RelNotes/2.40.0.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/RelNotes/2.40.0.txt b/Documentation/RelNotes/2.40.0.txt index bd40d35422..634f0ae33a 100644 --- a/Documentation/RelNotes/2.40.0.txt +++ b/Documentation/RelNotes/2.40.0.txt @@ -19,6 +19,10 @@ UI, Workflows & Features * The advice message given by "git status" when it takes long time to enumerate untracked paths has been updated. + * Just like "git var GIT_EDITOR" abstracts the complex logic to + choose which editor gets used behind it, "git var" now give support + to GIT_SEQUENCE_EDITOR. + Performance, Internal Implementation, Development Support etc. @@ -73,6 +77,11 @@ Fixes since v2.39 terminating LF in Git 2.39, which has been corrected. (merge 209d9cb011 pg/diff-stat-unmerged-regression-fix later to maint). + * "git pull -v --recurse-submodules" attempted to pass "-v" down to + underlying "git submodule update", which did not understand the + request and barfed, which has been corrected. + (merge 6f65f84766 ss/pull-v-recurse-fix later to maint). + * Other code cleanup, docfix, build fix, etc. (merge 77e04b2ed4 rs/t4205-do-not-exit-in-test-script later to maint). (merge faebba436e rs/plug-pattern-list-leak-in-lof later to maint). |
