1GIT v1.6.3.1 Release Notes
2==========================
34
Fixes since v1.6.3
5------------------
67
* "git checkout -b new-branch" with a staged change in the index
8incorrectly primed the in-index cache-tree, resulting a wrong tree
9object to be written out of the index. This is a grave regression
10since the last 1.6.2.X maintenance release.