date/time: do not get confused by fractional seconds
[git/dscho.git] / Documentation / RelNotes-1.6.0.5.txt
blob62f95e6bad9da624c522a24b672936b76889d1f7
1 GIT v1.6.0.5 Release Notes
2 ==========================
4 Fixes since v1.6.0.4
5 --------------------
7 * 'git checkout' used to crash when your HEAD was pointing at a deleted
8   branch.
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.