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
201201
202202Performance, Internal Implementation, etc.
203203
204+ * "git repack" is now written in C.
205+
204206 * Build procedure for MSVC has been updated.
205207
206208 * 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
236238track are contained in this release (see release notes to them for
237239details).
238240
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+
239246 * "format-patch --from=<whom>" forgot to omit unnecessary in-body
240247 from line, i.e. when <whom> is the same as the real author.
241248 (merge 662cc30 jk/format-patch-from later to maint).
You can’t perform that action at this time.
0 commit comments