Documentation / RelNotes-1.5.3.4.txton commit Mention 'cpio' dependency in INSTALL (2ff5e18)
   1GIT v1.5.3.4 Release Notes
   2==========================
   3
   4Fixes since v1.5.3.3
   5--------------------
   6
   7 * Sample 'post-receive-hook' incorrectly sent out push
   8   notification e-mails marked as "From: " the committer of the
   9   commit that happened to be at the tip of the branch that was
  10   pushed, not from the person who pushed.
  11
  12 * git-remote did not exit non-zero status upon error.
  13
  14 * "git-add -i" did not respond very well to EOF from tty nor
  15   bogus input.
  16
  17 * "git rebase -i" squash subcommand incorrectly made the
  18   author of later commit the author of resulting commit,
  19   instead of taking from the first one in the squashed series.
  20
  21 * "git stash apply --index" was not documented.
  22
  23
  24--
  25exec >/var/tmp/1
  26O=v1.5.3.3-6-g0bdcac5
  27echo O=`git describe refs/heads/maint`
  28git shortlog --no-merges $O..refs/heads/maint