Merge branch 'dl/xdiff'
[git] / Documentation / RelNotes-1.6.0.5.txt
1 GIT v1.6.0.5 Release Notes
2 ==========================
3
4 Fixes since v1.6.0.4
5 --------------------
6
7 * 'git checkout' used to crash when your HEAD was pointing at a deleted
8   branch.
9
10 * 'git checkout' from an un-checked-out state did not allow switching out
11   of the current branch.
12
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.
16
17 * 'make check' cannot be run without sparse; people may have meant to say
18   'make test' instead, so suggest that.
19
20 * Many unsafe call to sprintf() style varargs functions are corrected.
21