summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 06c0f42)
raw | patch | inline | side by side (parent: 06c0f42)
author | Junio C Hamano <gitster@pobox.com> | |
Sun, 15 May 2011 23:11:55 +0000 (16:11 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sun, 15 May 2011 23:11:55 +0000 (16:11 -0700) |
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.5.2.txt | patch | blob | history |
index 2e7b1572105bed565ce7effa7f924387d287ef84..b985b07da5259ef0920646d0c21f1c421479bd22 100644 (file)
* "git diff -M --cached" used to use unmerged path as a possible rename
source candidate, which made no sense.
+ * "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>).
+
+ * "git format-patch" when run with "--quiet" option used to produce a
+ nonsense result that consists of alternating empty output.
+
* "git merge-one-file" did not honor GIT_WORK_TREE settings when
handling a "both sides added, differently" conflict.
+ * "git mergetool" did not handle conflicted submoudules gracefully.
+
* "git-p4" (in contrib) used a wrong base image while merge a file that
was added on both branches differently.