We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 053a08f commit 4a182f6Copy full SHA for 4a182f6
Documentation/RelNotes/1.8.0.txt
@@ -210,6 +210,10 @@ to them for details).
210
is much less common, and did not advertise the more common "gzip" on
211
its Accept-Encoding header.
212
213
+ * "git fetch" over the dumb-http revision walker could segfault when
214
+ curl's multi interface was used.
215
+ (merge 188923f jk/maint-http-half-auth-push later to maint).
216
+
217
* "git gc --auto" notified the user that auto-packing has triggered
218
even under the "--quiet" option.
219
@@ -255,3 +259,6 @@ to them for details).
255
259
256
260
* "git status" honored the ignore=dirty settings in .gitmodules but
257
261
"git commit" didn't.
262
263
+ * "gitweb" did not give the correct committer timezone in its feed
264
+ output due to a typo.
0 commit comments