From: Junio C Hamano Date: Wed, 13 Apr 2011 21:01:03 +0000 (-0700) Subject: Git 1.7.5-rc2 X-Git-Tag: v1.7.5-rc2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=34be3dea85172c60abdb9abf176597a10f440ca1;p=git.git Git 1.7.5-rc2 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/RelNotes/1.7.5.txt b/Documentation/RelNotes/1.7.5.txt index b1b25133e..18edcbf56 100644 --- a/Documentation/RelNotes/1.7.5.txt +++ b/Documentation/RelNotes/1.7.5.txt @@ -8,7 +8,7 @@ Updates since v1.7.4 * Various git-p4 enhancements (in contrib). - * Various vcs-svn enhancements. + * Various vcs-svn, git-svn and gitk enhancements and fixes. * Various git-gui updates (0.14.0). @@ -133,6 +133,6 @@ release, unless otherwise noted. --- exec >/var/tmp/1 -O=v1.7.5-rc1 +O=v1.7.5-rc2 echo O=$(git describe 'master') git shortlog --no-merges ^maint ^$O master diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN index e9b2a47af..3b84f9a56 100755 --- a/GIT-VERSION-GEN +++ b/GIT-VERSION-GEN @@ -1,7 +1,7 @@ #!/bin/sh GVF=GIT-VERSION-FILE -DEF_VER=v1.7.5-rc1 +DEF_VER=v1.7.5-rc2 LF=' '