Skip to content

Commit 661763a

Browse files
committed
GIT 1.6.2-rc2
Signed-off-by: Junio C Hamano <[email protected]>
1 parent bb0cebd commit 661763a

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Documentation/RelNotes-1.6.2.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,9 @@ v1.6.1.X series.
150150
* "git filter-branch" incorrectly tried to update a nonexistent work tree
151151
at the end when it is run in a bare repository.
152152

153+
* "git gc" did not work if your repository was created with an ancient git
154+
and never had any pack files in it before.
155+
153156
* "git mergetool" used to ignore autocrlf and other attributes
154157
based content rewriting.
155158

@@ -162,6 +165,6 @@ v1.6.1.X series.
162165

163166
--
164167
exec >/var/tmp/1
165-
v1.6.2-rc0-89-gf7a2bdb
168+
O=v1.6.2-rc2
166169
echo O=$(git describe master)
167170
git shortlog --no-merges $O..master ^maint

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.1.GIT
4+
DEF_VER=v1.6.2-rc2.GIT
55

66
LF='
77
'

0 commit comments

Comments
 (0)