Skip to content

Commit

Permalink
Sync with 'master'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitster committed Dec 28, 2022
2 parents 126b1fb + 6bae53b commit cfb4c9d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/RelNotes/2.40.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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).
Expand Down

0 comments on commit cfb4c9d

Please sign in to comment.