We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 235236c commit 4774780Copy full SHA for 4774780
Documentation/RelNotes-1.6.3.1.txt
@@ -4,9 +4,7 @@ GIT v1.6.3.1 Release Notes
4
Fixes since v1.6.3
5
------------------
6
7
---
8
-exec >/var/tmp/1
9
-O=v1.6.3
10
-echo O=$(git describe maint)
11
-git shortlog $O..maint
12
-
+* "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.
GIT-VERSION-GEN
@@ -1,7 +1,7 @@
1
#!/bin/sh
2
3
GVF=GIT-VERSION-FILE
-DEF_VER=v1.6.3.GIT
+DEF_VER=v1.6.3.1
LF='
'
0 commit comments