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 <martin.agren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Martin Ågren committed
Dec 3, 2018 at 21:21 UTC
00ac55c7bda0e7b3ad4ff719c77be15813d7a5f5
1 file changed
+13
-13
Documentation/RelNotes/2.20.0.txt
+13
-13
@@ -137,11 +137,6 @@ UI, Workflows & Features
137
command line, or setting sendemail.suppresscc configuration
138
variable to "misc-by", can be used to disable this behaviour.
139
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
-
140
* "git mergetool" learned to take the "--[no-]gui" option, just like
141
"git difftool" does.
142
@@ -185,6 +180,11 @@ UI, Workflows & Features
180
181
Performance, Internal Implementation, Development Support etc.
182
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
+
188
* When there are too many packfiles in a repository (which is not
189
recommended), looking up an object in these would require
190
consulting many pack .idx files; a new mechanism to have a single
@@ -387,6 +387,14 @@ Performance, Internal Implementation, Development Support etc.
387
two classes to ease code migration process has been proposed and
388
its support has been added to the Makefile.
389
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
+
398
399
Fixes since v2.19
400
-----------------
@@ -544,14 +552,6 @@ Fixes since v2.19
552
didn't make much sense. This has been corrected.
553
(merge 669b1d2aae md/exclude-promisor-objects-fix later to maint).
554
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
-
555
* A regression in Git 2.12 era made "git fsck" fall into an infinite
556
loop while processing truncated loose objects.
557
(merge 18ad13e5b2 jk/detect-truncated-zlib-input later to maint).