diff options
author | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:21:11 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-06-25 12:21:11 -0700 |
commit | 341e7e8eda3dbeb6867f4f8f45b671201b807de5 (patch) | |
tree | 26771bd05fc196a7996cd8b9736fd44ed562a628 /Documentation/git.txt | |
parent | Merge branch 'na/no-http-test-in-the-middle' into maint (diff) | |
download | tgif-341e7e8eda3dbeb6867f4f8f45b671201b807de5.tar.xz |
Git 2.0.1
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index b075e0bed5..3d9c6d1743 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v2.0.0/git.html[documentation for release 2.0] +* link:v2.0.1/git.html[documentation for release 2.0.1] * release notes for + link:RelNotes/2.0.1.txt[2.0.1], link:RelNotes/2.0.0.txt[2.0.0]. * link:v1.9.4/git.html[documentation for release 1.9.4] |