Documentation / RelNotes / 1.8.5.2.txton commit Merge branch 'pw/prompt-cherry-pick-revert-fix' (8a4acc5)
   1Git v1.8.5.2 Release Notes
   2==========================
   3
   4Fixes since v1.8.5.1
   5--------------------
   6
   7 * "git diff -- ':(icase)makefile'" was unnecessarily rejected at the
   8   command line parser.
   9
  10 * "git cat-file --batch-check=ok" did not check the existence of
  11   the named object.
  12
  13 * "git am --abort" sometimes complained about not being able to write
  14   a tree with an 0{40} object in it.
  15
  16 * Two processes creating loose objects at the same time could have
  17   failed unnecessarily when the name of their new objects started
  18   with the same byte value, due to a race condition.
  19
  20Also contains typofixes, documentation updates and trivial code clean-ups.