Home Explore Blog CI



git

Documentation/RelNotes/1.6.3.1.adoc
5799fa1367c6f2d9467d3a3c0d4d3e4b151f87409010248e0000000300000157
GIT v1.6.3.1 Release Notes
==========================

Fixes since v1.6.3
------------------

* "git checkout -b new-branch" with a staged change in the index
  incorrectly primed the in-index cache-tree, resulting a wrong tree
  object to be written out of the index.  This is a grave regression
  since the last 1.6.2.X maintenance release.

Chunks
db99f42c (1st chunk of `Documentation/RelNotes/1.6.3.1.adoc`)
Title: GIT v1.6.3.1 Release Notes
Summary
This release fixes a regression in GIT v1.6.3 where 'git checkout -b new-branch' with a staged change would result in an incorrect tree object being written to the index, which is a significant issue that was introduced since the last 1.6.2.X maintenance release, affecting the overall functionality and stability of the system.