From: Junio C Hamano Date: Sun, 13 Nov 2011 06:14:53 +0000 (-0800) Subject: Git 1.7.8-rc2 X-Git-Tag: v1.7.8-rc2^0 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=bc1bbe0c19a6ff39522b4fa3259f34150e308e1f;p=git.git Git 1.7.8-rc2 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.8.txt b/Documentation/RelNotes/1.7.8.txt index 7626fee8e..b9bb32492 100644 --- a/Documentation/RelNotes/1.7.8.txt +++ b/Documentation/RelNotes/1.7.8.txt @@ -165,7 +165,7 @@ included in this release. --- exec >/var/tmp/1 -O=v1.7.8-rc1-11-gd7a0129 +O=v1.7.8-rc1-23-gdc865af echo O=$(git describe --always master) git log --first-parent --oneline --reverse ^$O master echo diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index cc8a3d27d..c3435b0c4 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.8-rc1 +DEF_VER=v1.7.8-rc2 LF=' '