Documentation / RelNotes-1.5.0.7.txton commit mailinfo: apply the same fix not to lose NULs in BASE64 and QP codepaths (9aa2309)
   1GIT v1.5.0.7 Release Notes
   2==========================
   3
   4Fixes since v1.5.0.6
   5--------------------
   6
   7* Bugfixes
   8
   9  - git-upload-pack failed to close unused pipe ends, resulting
  10    in many zombies to hang around.
  11
  12  - git-rerere was recording the contents of earlier hunks
  13    duplicated in later hunks.  This prevented resolving the same
  14    conflict when performing the same merge the other way around.
  15
  16* Documentation
  17
  18  - a few documentation fixes from Debian package maintainer.