Documentation / RelNotes / 1.7.8.4.txton commit Merge branch 'maint-1.7.7' into maint (5a6a939)
   1Git v1.7.8.4 Release Notes
   2==========================
   3
   4Fixes 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
  14Also contains minor fixes and documentation updates.