Code

Prepare for 1.7.8.4
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2012 22:27:14 +0000 (14:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2012 22:27:14 +0000 (14:27 -0800)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/1.7.8.4.txt [new file with mode: 0644]
RelNotes

diff --git a/Documentation/RelNotes/1.7.8.4.txt b/Documentation/RelNotes/1.7.8.4.txt
new file mode 100644 (file)
index 0000000..3172f1c
--- /dev/null
@@ -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.
index 70bbc741e13ddf996f5a7a56f27e15deaed2c03d..5c6b14b69463249efe973dca73d81feecb352460 120000 (symlink)
--- 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