Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Update draft release notes to 1.8.0
author
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2012 20:27:23 +0000
(13:27 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 16 Oct 2012 20:27:23 +0000
(13:27 -0700)
We are almost there...
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.8.0.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
053a08f
)
diff --git
a/Documentation/RelNotes/1.8.0.txt
b/Documentation/RelNotes/1.8.0.txt
index 6a6f323ea32f42076d9e135b24f6baeecad024d6..9158899d60a394e998c8f011cea137b2fb4dae25 100644
(file)
--- a/
Documentation/RelNotes/1.8.0.txt
+++ b/
Documentation/RelNotes/1.8.0.txt
@@
-210,6
+210,10
@@
to them for details).
is much less common, and did not advertise the more common "gzip" on
its Accept-Encoding header.
is much less common, and did not advertise the more common "gzip" on
its Accept-Encoding header.
+ * "git fetch" over the dumb-http revision walker could segfault when
+ curl's multi interface was used.
+ (merge 188923f jk/maint-http-half-auth-push later to maint).
+
* "git gc --auto" notified the user that auto-packing has triggered
even under the "--quiet" option.
* "git gc --auto" notified the user that auto-packing has triggered
even under the "--quiet" option.
@@
-255,3
+259,6
@@
to them for details).
* "git status" honored the ignore=dirty settings in .gitmodules but
"git commit" didn't.
* "git status" honored the ignore=dirty settings in .gitmodules but
"git commit" didn't.
+
+ * "gitweb" did not give the correct committer timezone in its feed
+ output due to a typo.