| 1 | Git v1.8.5.2 Release Notes |
| 2 | ========================== |
| 3 | |
| 4 | Fixes 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 | |
| 20 | Also contains typofixes, documentation updates and trivial code clean-ups. |