summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 55dcc2e)
raw | patch | inline | side by side (parent: 55dcc2e)
author | Junio C Hamano <gitster@pobox.com> | |
Tue, 10 Jan 2012 22:27:14 +0000 (14:27 -0800) | ||
committer | Junio 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] | patch | blob |
RelNotes | patch | blob | history |
diff --git a/Documentation/RelNotes/1.7.8.4.txt b/Documentation/RelNotes/1.7.8.4.txt
--- /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.
diff --git a/RelNotes b/RelNotes
index 70bbc741e13ddf996f5a7a56f27e15deaed2c03d..5c6b14b69463249efe973dca73d81feecb352460 120000 (symlink)
--- a/RelNotes
+++ b/RelNotes
-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