@@ -137,11 +137,6 @@ UI, Workflows & Features
137
137
command line, or setting sendemail.suppresscc configuration
138
138
variable to "misc-by", can be used to disable this behaviour.
139
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
-
145
140
* "git mergetool" learned to take the "--[no-]gui" option, just like
146
141
"git difftool" does.
147
142
@@ -185,6 +180,11 @@ UI, Workflows & Features
185
180
186
181
Performance, Internal Implementation, Development Support etc.
187
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
188
* When there are too many packfiles in a repository (which is not
189
189
recommended), looking up an object in these would require
190
190
consulting many pack .idx files; a new mechanism to have a single
@@ -387,6 +387,14 @@ Performance, Internal Implementation, Development Support etc.
387
387
two classes to ease code migration process has been proposed and
388
388
its support has been added to the Makefile.
389
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
+
390
398
391
399
Fixes since v2.19
392
400
-----------------
@@ -544,14 +552,6 @@ Fixes since v2.19
544
552
didn't make much sense. This has been corrected.
545
553
(merge 669b1d2aae md/exclude-promisor-objects-fix later to maint).
546
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
555
* A regression in Git 2.12 era made "git fsck" fall into an infinite
556
556
loop while processing truncated loose objects.
557
557
(merge 18ad13e5b2 jk/detect-truncated-zlib-input later to maint).
0 commit comments