summaryrefslogtreecommitdiff
path: root/Documentation/RelNotes/1.7.8.4.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-01-10 22:27:14 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-01-10 22:27:14 (GMT)
commitbe4d2920c24ba0be84ceff7e382cce2c5f1ad867 (patch)
tree38f2cfd997837af0543e0a4426f8f14ee4442f54 /Documentation/RelNotes/1.7.8.4.txt
parent55dcc2ebad1b3ed4a6912f6f401f63cd3c71026f (diff)
downloadgit-be4d2920c24ba0be84ceff7e382cce2c5f1ad867.zip
git-be4d2920c24ba0be84ceff7e382cce2c5f1ad867.tar.gz
git-be4d2920c24ba0be84ceff7e382cce2c5f1ad867.tar.bz2
Prepare for 1.7.8.4
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/RelNotes/1.7.8.4.txt')
-rw-r--r--Documentation/RelNotes/1.7.8.4.txt14
1 files changed, 14 insertions, 0 deletions
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.