summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f574cb3)
raw | patch | inline | side by side (parent: f574cb3)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 15 May 2011 23:19:16 +0000 (16:19 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 15 May 2011 23:19:16 +0000 (16:19 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.6.txt | patch | blob | history |
index 42b182309390ddc3ffe8126d5106ce12ed7070a5..f644378d2155d767749d80b6bd702e67e70cafc0 100644 (file)
* "git config" used to choke with an insanely long line.
(merge ef/maint-strbuf-init later)
- * "git format-patch" when run with "--quiet" option used to produce a
- nonsense result that consists of alternating empty output.
- (merge early part of cn/format-patch-quiet later)
-
- * "git format-patch" did not quote RFC822 special characters in the
- email address (e.g From: Junio C. Hamano <jch@example.com>, not
- From: "Junio C. Hamano" <jch@example.com>).
- (merge jk/format-patch-quote-special-in-from later)
-
* In "git merge", per-branch branch.<name>.mergeoptions configuration
variables did not override the fallback default merge.<option>
configuration variables such as merge.ff, merge.log, etc.
(merge jc/maint-branch-mergeoptions later)
- * "git mergetool" did not handle conflicted submoudules gracefully.
- (merge jm/mergetool-submodules later)
-
* "git send-pack" (hence "git push") over smalt-HTTP protocol could
deadlock when the client side pack-object died early.
(merge js/maint-send-pack-stateless-rpc-deadlock-fix later)