We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55dcc2e commit be4d292Copy full SHA for be4d292
Documentation/RelNotes/1.7.8.4.txt
@@ -0,0 +1,14 @@
1
+Git v1.7.8.4 Release Notes
2
+==========================
3
+
4
+Fixes since v1.7.8.3
5
+--------------------
6
7
+ * The code to look up attributes for paths reused entries from a wrong
8
+ directory when two paths in question are in adjacent directories and
9
+ the name of the one directory is a prefix of the other.
10
11
+ * "git send-email" did not properly treat sendemail.multiedit as a
12
+ boolean (e.g. setting it to "false" did not turn it off).
13
14
+Also contains minor fixes and documentation updates.
RelNotes
@@ -1 +1 @@
-Documentation/RelNotes/1.7.8.3.txt
+Documentation/RelNotes/1.7.8.4.txt
0 commit comments