dir.h: move struct exclude declaration to top level
[git.git] / Documentation / RelNotes / 1.8.5.3.txt
blob3de2dd0f19475378fd12b4689171cf404f74fe72
1 Git v1.8.5.3 Release Notes
2 ==========================
4 Fixes since v1.8.5.2
5 --------------------
7  * The "--[no-]informative-errors" options to "git daemon" were parsed
8    a bit too loosely, allowing any other string after these option
9    names.
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
15    credential subsystem.
17  * "git mv A B/", when B does not exist as a directory, should error
18    out, but it didn't.
20  * "git rev-parse <revs> -- <paths>" did not implement the usual
21    disambiguation rules the commands in the "git log" family used in
22    the same way.
24  * "git cat-file --batch=", an admittedly useless command, did not
25    behave very well.
27 Also contains typofixes, documentation updates and trivial code clean-ups.