Skip to content

Commit 0d6cf24

Browse files
committed
Almost -rc0 for 1.8.5
Signed-off-by: Junio C Hamano <[email protected]>
1 parent cfd1056 commit 0d6cf24

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Documentation/RelNotes/1.8.5.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ UI, Workflows & Features
205205

206206
Performance, Internal Implementation, etc.
207207

208+
* The HTTP transport will try to use TCP keepalive when able.
209+
208210
* "git repack" is now written in C.
209211

210212
* Build procedure for MSVC has been updated.
@@ -242,6 +244,19 @@ Unless otherwise noted, all the fixes since v1.8.4 in the maintenance
242244
track are contained in this release (see release notes to them for
243245
details).
244246

247+
* Bash prompting code to deal with an SVN remote as an upstream
248+
were coded in a way not supported by older Bash versions (3.x).
249+
(merge 52ec889 sg/prompt-svn-remote-fix later to maint).
250+
251+
* The fall-back parsing of commit objects with broken author or
252+
committer lines were less robust than ideal in picking up the
253+
timestamps.
254+
(merge 03818a4 jk/split-broken-ident later to maint).
255+
256+
* "git rev-list --objects ^v1.0^ v1.0" gave v1.0 tag itself in the
257+
output, but "git rev-list --objects v1.0^..v1.0" did not.
258+
(merge 895c5ba jc/revision-range-unpeel later to maint).
259+
245260
* "git clone" gave some progress messages to the standard output, not
246261
to the standard error, and did not allow suppressing them with the
247262
--no-progress option.

0 commit comments

Comments
 (0)