From: Junio C Hamano Date: Tue, 10 Jan 2012 22:27:14 +0000 (-0800) Subject: Prepare for 1.7.8.4 X-Git-Tag: v1.7.9-rc1~3^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=be4d2920c24ba0be84ceff7e382cce2c5f1ad867;p=git.git Prepare for 1.7.8.4 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.8.4.txt b/Documentation/RelNotes/1.7.8.4.txt new file mode 100644 index 000000000..3172f1cb3 --- /dev/null +++ b/Documentation/RelNotes/1.7.8.4.txt @@ -0,0 +1,14 @@ +Git v1.7.8.4 Release Notes +========================== + +Fixes since v1.7.8.3 +-------------------- + + * The code to look up attributes for paths reused entries from a wrong + directory when two paths in question are in adjacent directories and + the name of the one directory is a prefix of the other. + + * "git send-email" did not properly treat sendemail.multiedit as a + boolean (e.g. setting it to "false" did not turn it off). + +Also contains minor fixes and documentation updates. diff --git a/RelNotes b/RelNotes index 70bbc741e..5c6b14b69 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/1.7.8.3.txt \ No newline at end of file +Documentation/RelNotes/1.7.8.4.txt \ No newline at end of file