Git 1.6.6-rc3

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2009-12-16 12:50:33 -08:00
parent a1bb8f45f1
commit 94058a90cf
2 changed files with 1 additions and 7 deletions

View File

@ -222,9 +222,3 @@ Fixes since v1.6.5
All of the fixes in v1.6.5.X maintenance series are included in this All of the fixes in v1.6.5.X maintenance series are included in this
release, unless otherwise noted. release, unless otherwise noted.
---
exec >/var/tmp/1
echo O=$(git describe master)
O=v1.6.6-rc1-79-g529f8c6
git shortlog --no-merges $O..master --not maint

View File

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