diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-04-13 14:01:03 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-04-13 14:02:00 -0700 |
commit | 865d370c4daf21e3d6dd48708fc4b716b63d795c (patch) | |
tree | faeb65dc5987e688953d5bbd868fa051070e7041 | |
parent | 6c4c9bdc981180e94b06ba3a29a59288601361a4 (diff) | |
download | git-865d370c4daf21e3d6dd48708fc4b716b63d795c.tar.gz git-865d370c4daf21e3d6dd48708fc4b716b63d795c.tar.xz |
Git 1.7.5-rc2v1.7.5-rc2
Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r-- | Documentation/RelNotes/1.7.5.txt | 4 | ||||
-rwxr-xr-x | GIT-VERSION-GEN | 2 |
2 files changed, 3 insertions, 3 deletions
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=' ' |