git-cvsexportcommit: Fix calling Perl's rel2abs() on MSYS
[git/dscho.git] / Documentation / RelNotes / 1.7.8.4.txt
blob3172f1cb3185c28a857096c9d1c51e82167e08fb
1 Git v1.7.8.4 Release Notes
2 ==========================
4 Fixes since v1.7.8.3
5 --------------------
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.
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).
14 Also contains minor fixes and documentation updates.