Skip to content

Commit 00ac55c

Browse files
Martin Ågrengitster
authored andcommitted
RelNotes 2.20: move some items between sections
Some items that should be in "Performance, Internal Implementation, Development Support etc." have ended up in "UI, Workflows & Features" and "Fixes since v2.19". Move them, and do s/uses/use/ while at it. Signed-off-by: Martin Ågren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 8a0ba68 commit 00ac55c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Documentation/RelNotes/2.20.0.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,6 @@ UI, Workflows & Features
137137
command line, or setting sendemail.suppresscc configuration
138138
variable to "misc-by", can be used to disable this behaviour.
139139

140-
* Developer builds now uses -Wunused-function compilation option.
141-
142-
* One of our CI tests to run with "unusual/experimental/random"
143-
settings now also uses commit-graph and midx.
144-
145140
* "git mergetool" learned to take the "--[no-]gui" option, just like
146141
"git difftool" does.
147142

@@ -185,6 +180,11 @@ UI, Workflows & Features
185180

186181
Performance, Internal Implementation, Development Support etc.
187182

183+
* Developer builds now use -Wunused-function compilation option.
184+
185+
* One of our CI tests to run with "unusual/experimental/random"
186+
settings now also uses commit-graph and midx.
187+
188188
* When there are too many packfiles in a repository (which is not
189189
recommended), looking up an object in these would require
190190
consulting many pack .idx files; a new mechanism to have a single
@@ -387,6 +387,14 @@ Performance, Internal Implementation, Development Support etc.
387387
two classes to ease code migration process has been proposed and
388388
its support has been added to the Makefile.
389389

390+
* The "container" mode of TravisCI is going away. Our .travis.yml
391+
file is getting prepared for the transition.
392+
(merge 32ee384be8 ss/travis-ci-force-vm-mode later to maint).
393+
394+
* Our test scripts can now take the '-V' option as a synonym for the
395+
'--verbose-log' option.
396+
(merge a5f52c6dab sg/test-verbose-log later to maint).
397+
390398

391399
Fixes since v2.19
392400
-----------------
@@ -544,14 +552,6 @@ Fixes since v2.19
544552
didn't make much sense. This has been corrected.
545553
(merge 669b1d2aae md/exclude-promisor-objects-fix later to maint).
546554

547-
* The "container" mode of TravisCI is going away. Our .travis.yml
548-
file is getting prepared for the transition.
549-
(merge 32ee384be8 ss/travis-ci-force-vm-mode later to maint).
550-
551-
* Our test scripts can now take the '-V' option as a synonym for the
552-
'--verbose-log' option.
553-
(merge a5f52c6dab sg/test-verbose-log later to maint).
554-
555555
* A regression in Git 2.12 era made "git fsck" fall into an infinite
556556
loop while processing truncated loose objects.
557557
(merge 18ad13e5b2 jk/detect-truncated-zlib-input later to maint).

0 commit comments

Comments
 (0)