Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RelNotes-1.6.3.1.txt « Documentation - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2400b72ef7bcb53dadced93634a7df2ea96cc34f (plain)
1
2
3
4
5
6
7
8
9
10
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.