Documentation / RelNotes / 1.5.5.2.txton commit Merge branch 'pw/prompt-cherry-pick-revert-fix' (8a4acc5)
   1GIT v1.5.5.2 Release Notes
   2==========================
   3
   4Fixes since v1.5.5.1
   5--------------------
   6
   7 * "git repack -n" was mistakenly made no-op earlier.
   8
   9 * "git imap-send" wanted to always have imap.host even when use of
  10   imap.tunnel made it unnecessary.
  11
  12 * reflog syntax that uses time e.g. "HEAD@{10 seconds ago}:path" did not
  13   stop parsing at the closing "}".
  14
  15 * "git rev-parse --symbolic-full-name ^master^2" printed solitary "^",
  16   but it should print nothing.
  17
  18 * "git commit" did not detect when it failed to write tree objects.
  19
  20 * "git fetch" sometimes transferred too many objects unnecessarily.
  21
  22 * a path specification "a/b" in .gitattributes file should not match
  23   "sub/a/b".
  24
  25 * various gitweb fixes.
  26
  27Also comes with various documentation updates.