Skip to content

Commit db9bdfb

Browse files
committed
Update draft release notes to 1.8.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 82c41a9 commit db9bdfb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Documentation/RelNotes/1.8.5.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ UI, Workflows & Features
201201

202202
Performance, 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
236238
track are contained in this release (see release notes to them for
237239
details).
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).

0 commit comments

Comments
 (0)