From 167a5800cb707ed489c3cb88174ee21e95a610ae Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Sun, 18 Sep 2011 15:41:34 -0700 Subject: [PATCH] Git 1.7.7-rc2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.7.7.txt | 2 +- GIT-VERSION-GEN | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/RelNotes/1.7.7.txt b/Documentation/RelNotes/1.7.7.txt index 6e83082c14..f10ff28820 100644 --- a/Documentation/RelNotes/1.7.7.txt +++ b/Documentation/RelNotes/1.7.7.txt @@ -166,7 +166,7 @@ included in this release. -- exec >/var/tmp/1 echo O=$(git describe master) -O=v1.7.7-rc0-185-gb648557 +O=v1.7.7-rc2 git log --first-parent --oneline $O..master echo git shortlog --no-merges ^maint ^$O master diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index 988831852e..647dc603ab 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.7-rc1 +DEF_VER=v1.7.7-rc2 LF=' ' -- 2.11.4.GIT