From be4d2920c24ba0be84ceff7e382cce2c5f1ad867 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Tue, 10 Jan 2012 14:27:14 -0800 Subject: 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 0000000..3172f1c --- /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 70bbc74..5c6b14b 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 -- cgit v0.10.2-6-g49f6