]> git.ipfire.org Git - thirdparty/git.git/blob - Documentation/RelNotes/1.7.8.4.txt
Merge branch 'maint-1.7.7' into maint
[thirdparty/git.git] / Documentation / RelNotes / 1.7.8.4.txt
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.