Skip to content

Commit

Permalink
GIT 1.6.2-rc2
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
gitster committed Feb 25, 2009
1 parent bb0cebd commit 661763a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Documentation/RelNotes-1.6.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@ v1.6.1.X series.
* "git filter-branch" incorrectly tried to update a nonexistent work tree
at the end when it is run in a bare repository.

* "git gc" did not work if your repository was created with an ancient git
and never had any pack files in it before.

* "git mergetool" used to ignore autocrlf and other attributes
based content rewriting.

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

--
exec >/var/tmp/1
v1.6.2-rc0-89-gf7a2bdb
O=v1.6.2-rc2
echo O=$(git describe master)
git shortlog --no-merges $O..master ^maint
2 changes: 1 addition & 1 deletion GIT-VERSION-GEN
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh

GVF=GIT-VERSION-FILE
DEF_VER=v1.6.1.GIT
DEF_VER=v1.6.2-rc2.GIT

LF='
'
Expand Down

0 comments on commit 661763a

Please sign in to comment.