summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-10 14:27:14 -0800
committerJunio C Hamano <gitster@pobox.com>2012-01-10 14:27:14 -0800
commitbe4d2920c24ba0be84ceff7e382cce2c5f1ad867 (patch)
tree38f2cfd997837af0543e0a4426f8f14ee4442f54
parent55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f (diff)
downloadgit-be4d2920c24ba0be84ceff7e382cce2c5f1ad867.tar.gz
Prepare for 1.7.8.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/RelNotes/1.7.8.4.txt14
l---------RelNotes2
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 0000000000..3172f1cb31
--- /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 70bbc741e1..5c6b14b694 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