Skip to content

Commit

Permalink
Update draft release notes to 1.7.5.2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed May 15, 2011
1 parent 06c0f42 commit 96dbe93
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/RelNotes/1.7.5.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,18 @@ Fixes since v1.7.5.1
* "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.

Expand Down

0 comments on commit 96dbe93

Please sign in to comment.