5dff2a212d95219778bbdb2875c2241b872ba089
   1GIT v1.5.0.1 Release Notes
   2==========================
   3
   4Fixes since v1.5.0
   5------------------
   6
   7* Documentation updates
   8
   9  - Clarifications and corrections to 1.5.0 release notes.
  10
  11  - The main documentation did not link to git-remote documentation.
  12
  13  - Clarified introductory text of git-rebase documentation.
  14
  15  - Converted remaining mentions of update-index on Porcelain
  16    documents to git-add/git-rm.
  17
  18* Bugfixes
  19
  20  - git-daemon marks the listening sockets with FD_CLOEXEC so
  21    that it won't be leaked into the children.
  22
  23  - segfault from git-blame when the mandatory pathname
  24    parameter was missing was fixed; usage() message is given
  25    instead.
  26
  27* Tweaks
  28
  29  - sliding mmap() inefficiently mmaped the same region of a
  30    packfile with an access pattern that used objects in the
  31    reverse order.  This has been made more efficient.
  32
  33--
  34exec >/var/tmp/1
  35O=v1.5.0-24-g460ca30
  36echo O=`git describe maint`
  37git shortlog --no-merges $O..maint