Skip to content

Commit 4774780

Browse files
committed
GIT 1.6.3.1
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 235236c commit 4774780

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

Documentation/RelNotes-1.6.3.1.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ GIT v1.6.3.1 Release Notes
44
Fixes since v1.6.3
55
------------------
66

7-
--
8-
exec >/var/tmp/1
9-
O=v1.6.3
10-
echo O=$(git describe maint)
11-
git shortlog $O..maint
12-
7+
* "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.

GIT-VERSION-GEN

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/sh
22

33
GVF=GIT-VERSION-FILE
4-
DEF_VER=v1.6.3.GIT
4+
DEF_VER=v1.6.3.1
55

66
LF='
77
'

0 commit comments

Comments
 (0)