File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -201,6 +201,8 @@ UI, Workflows & Features
201
201
202
202
Performance, Internal Implementation, etc.
203
203
204
+ * "git repack" is now written in C.
205
+
204
206
* Build procedure for MSVC has been updated.
205
207
206
208
* If a build-time fallback is set to "cat" instead of "less", we
@@ -236,6 +238,11 @@ Unless otherwise noted, all the fixes since v1.8.4 in the maintenance
236
238
track are contained in this release (see release notes to them for
237
239
details).
238
240
241
+ * "git clone" gave some progress messages to the standard output, not
242
+ to the standard error, and did not allow suppressing them with the
243
+ --no-progress option.
244
+ (merge 643f918 jk/clone-progress-to-stderr later to maint).
245
+
239
246
* "format-patch --from=<whom>" forgot to omit unnecessary in-body
240
247
from line, i.e. when <whom> is the same as the real author.
241
248
(merge 662cc30 jk/format-patch-from later to maint).
You can’t perform that action at this time.
0 commit comments