Browse Source

Git 1.7.5

Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint v1.7.5
Junio C Hamano 14 years ago
parent
commit
ec014eac0e
  1. 5
      Documentation/git.txt
  2. 2
      GIT-VERSION-GEN

5
Documentation/git.txt

@ -44,6 +44,11 @@ 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.5/git.html[documentation for release 1.7.5]

* release notes for
link:RelNotes/1.7.5.txt[1.7.5].

* link:v1.7.4.5/git.html[documentation for release 1.7.4.5] * link:v1.7.4.5/git.html[documentation for release 1.7.4.5]


* release notes for * release notes for

2
GIT-VERSION-GEN

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh


GVF=GIT-VERSION-FILE GVF=GIT-VERSION-FILE
DEF_VER=v1.7.5-rc3 DEF_VER=v1.7.5


LF=' LF='
' '

Loading…
Cancel
Save