File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -205,6 +205,8 @@ UI, Workflows & Features
205205
206206Performance, 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
242244track are contained in this release (see release notes to them for
243245details).
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.
You can’t perform that action at this time.
0 commit comments