Git 1.7.7.1

Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Junio C Hamano 2011-10-23 21:48:06 -07:00
parent 7fe74f52f9
commit f7d958dff5
2 changed files with 3 additions and 2 deletions

View File

@ -44,9 +44,10 @@ unreleased) version of git, that is available from 'master'
branch of the `git.git` repository. branch of the `git.git` repository.
Documentation for older releases are available here: Documentation for older releases are available here:
* link:v1.7.7/git.html[documentation for release 1.7.7] * link:v1.7.7.1/git.html[documentation for release 1.7.7.1]
* release notes for * release notes for
link:RelNotes/1.7.7.1.txt[1.7.7.1],
link:RelNotes/1.7.7.txt[1.7.7]. link:RelNotes/1.7.7.txt[1.7.7].
* link:v1.7.6.4/git.html[documentation for release 1.7.6.4] * link:v1.7.6.4/git.html[documentation for release 1.7.6.4]

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.7 DEF_VER=v1.7.7.1
LF=' LF='
' '