diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-10-23 22:40:18 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-10-23 22:40:18 -0700 |
commit | 02d56fab8b8c2e5137d12cbad0a7bd12c3d683ac (patch) | |
tree | 7318eebef4426b895eb72d60893659404129d47a /Documentation | |
parent | Merge branch 'maint' (diff) | |
parent | Fix list of released versions in the toc document (diff) | |
download | tgif-02d56fab8b8c2e5137d12cbad0a7bd12c3d683ac.tar.xz |
Merge branch 'maint'
* maint:
Fix list of released versions in the toc document
Do not fail "describe --always" in a tag-less repository
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index df46a34371..10f2f82ca1 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,7 +43,7 @@ unreleased) version of git, that is available from 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v1.6.5/git.html[documentation for release 1.6.5] +* link:v1.6.5.1/git.html[documentation for release 1.6.5.1] * release notes for link:RelNotes-1.6.5.1.txt[1.6.5.1], |