1 Git v1.8.5.2 Release Notes
2 ==========================
7 * "git diff -- ':(icase)makefile'" was unnecessarily rejected at the
10 * "git cat-file --batch-check=ok" did not check the existence of
13 * "git am --abort" sometimes complained about not being able to write
14 a tree with an 0{40} object in it.
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.
20 Also contains typofixes, documentation updates and trivial code clean-ups.