1 Git v1.8.5.3 Release Notes
2 ==========================
7 * The "--[no-]informative-errors" options to "git daemon" were parsed
8 a bit too loosely, allowing any other string after these option
11 * A "gc" process running as a different user should be able to stop a
12 new "gc" process from starting.
14 * An earlier "clean-up" introduced an unnecessary memory leak to the
17 * "git mv A B/", when B does not exist as a directory, should error
20 * "git rev-parse <revs> -- <paths>" did not implement the usual
21 disambiguation rules the commands in the "git log" family used in
24 * "git cat-file --batch=", an admittedly useless command, did not
27 Also contains typofixes, documentation updates and trivial code clean-ups.