blob: 2400b72ef7bcb53dadced93634a7df2ea96cc34f [file] [log] [blame]
Junio C Hamano62070112009-05-08 21:49:14 -07001GIT v1.6.3.1 Release Notes
2==========================
3
4Fixes since v1.6.3
5------------------
6
Junio C Hamano47747802009-05-12 22:28:22 -07007* "git checkout -b new-branch" with a staged change in the index
8 incorrectly primed the in-index cache-tree, resulting a wrong tree
9 object to be written out of the index. This is a grave regression
10 since the last 1.6.2.X maintenance release.