GIT v1.5.2-rc2

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2007-05-06 01:07:04 -07:00
parent 125a5f1c2a
commit 9159afbfce
2 changed files with 2 additions and 2 deletions

View File

@ -171,6 +171,6 @@ this release, unless otherwise noted.
-- --
exec >/var/tmp/1 exec >/var/tmp/1
O=v1.5.2-rc0-106-g07c785d O=v1.5.2-rc1-32-g125a5f1
echo O=`git describe refs/heads/master` echo O=`git describe refs/heads/master`
git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint git shortlog --no-merges $O..refs/heads/master ^refs/heads/maint

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.5.2-rc1.GIT DEF_VER=v1.5.2-rc2.GIT
LF=' LF='
' '