1 GIT v1.6.0.5 Release Notes
2 ==========================
7 * 'git checkout' used to crash when your HEAD was pointing at a deleted
10 * 'git checkout' from an un-checked-out state did not allow switching out
11 of the current branch.
13 * 'git pack-objects' did not make its best effort to honor --max-pack-size
14 option when a single first object already busted the given limit and
15 placed many objects in a single pack.
17 * 'make check' cannot be run without sparse; people may have meant to say
18 'make test' instead, so suggest that.
20 * Many unsafe call to sprintf() style varargs functions are corrected.