Home Explore Blog CI



git

1st chunk of `Documentation/RelNotes/1.6.3.1.adoc`
db99f42c02f1e58b9bb32230d0e7cacc0ef062dd54fafd650000000100000157
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.

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.