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
205
205
206
206
Performance, Internal Implementation, etc.
207
207
208
+ * The HTTP transport will try to use TCP keepalive when able.
209
+
208
210
* "git repack" is now written in C.
209
211
210
212
* Build procedure for MSVC has been updated.
@@ -242,6 +244,19 @@ Unless otherwise noted, all the fixes since v1.8.4 in the maintenance
242
244
track are contained in this release (see release notes to them for
243
245
details).
244
246
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
+
245
260
* "git clone" gave some progress messages to the standard output, not
246
261
to the standard error, and did not allow suppressing them with the
247
262
--no-progress option.
You can’t perform that action at this time.
0 commit comments