Documentation / RelNotes-1.6.0.1.txton commit Documentation: clarify pager configuration (ab54cd6)
   1GIT v1.6.0.1 Release Notes
   2==========================
   3
   4Fixes since v1.6.0
   5------------------
   6
   7* "git diff --check" incorrectly detected new trailing blank lines when
   8  whitespace check was in effect.
   9
  10* "git for-each-ref" tried to dereference NULL when asked for '%(body)" on
  11  a tag with a single incomplete line as its payload.
  12
  13* "git format-patch" peeked before the beginning of a string when
  14  "format.headers" variable is empty (a misconfiguration).
  15
  16* "git mailinfo" (hence "git am") was unhappy when MIME multipart message
  17  contained garbage after the finishing boundary.
  18
  19* "git mailinfo" also was unhappy when the "From: " line only had a bare
  20  e-mail address.
  21
  22* "git merge" did not refresh the index correctly when a merge resulted in
  23  a fast-forward.
  24
  25Contains other various documentation fixes.
  26
  27--
  28exec >/var/tmp/1
  29O=v1.6.0-14-g3a634dc
  30echo O=$(git describe maint)
  31git shortlog --no-merges $O..maint