diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-01-10 14:27:14 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-01-10 14:27:14 -0800 |
commit | be4d2920c24ba0be84ceff7e382cce2c5f1ad867 (patch) | |
tree | 38f2cfd997837af0543e0a4426f8f14ee4442f54 | |
parent | 55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f (diff) | |
download | git-be4d2920c24ba0be84ceff7e382cce2c5f1ad867.tar.gz git-be4d2920c24ba0be84ceff7e382cce2c5f1ad867.tar.xz |
Prepare for 1.7.8.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/1.7.8.4.txt | 14 | ||||
l--------- | RelNotes | 2 |
2 files changed, 15 insertions, 1 deletions
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. @@ -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 |