Git 1.7.7-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
c103e9529c
commit
167a5800cb
@ -166,7 +166,7 @@ included in this release.
|
|||||||
--
|
--
|
||||||
exec >/var/tmp/1
|
exec >/var/tmp/1
|
||||||
echo O=$(git describe master)
|
echo O=$(git describe master)
|
||||||
O=v1.7.7-rc0-185-gb648557
|
O=v1.7.7-rc2
|
||||||
git log --first-parent --oneline $O..master
|
git log --first-parent --oneline $O..master
|
||||||
echo
|
echo
|
||||||
git shortlog --no-merges ^maint ^$O master
|
git shortlog --no-merges ^maint ^$O master
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
GVF=GIT-VERSION-FILE
|
GVF=GIT-VERSION-FILE
|
||||||
DEF_VER=v1.7.7-rc1
|
DEF_VER=v1.7.7-rc2
|
||||||
|
|
||||||
LF='
|
LF='
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user