diff options
author | Junio C Hamano <gitster@pobox.com> | 2016-07-15 10:49:23 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2016-07-15 10:49:23 -0700 |
commit | 82246e075e5c028dd886adda68e28de092e33df1 (patch) | |
tree | f5dd3003cab676c2378c0b0f871fb07638fce7ef /Documentation/git.txt | |
parent | 75676c8c8b6cbeec7ccb68d97c17db230d9f2659 (diff) | |
parent | e634160bf457f8b3a91125307681c9493f11afb2 (diff) | |
download | git-82246e075e5c028dd886adda68e28de092e33df1.tar.gz |
Sync with 2.9.2
* maint:
Git 2.9.2
t0006: skip "far in the future" test when unsigned long is not long enough
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 c461701f57..f4dfc9d42c 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -43,9 +43,10 @@ unreleased) version of Git, that is available from the 'master' branch of the `git.git` repository. Documentation for older releases are available here: -* link:v2.9.1/git.html[documentation for release 2.9.1] +* link:v2.9.2/git.html[documentation for release 2.9.2] * release notes for + link:RelNotes/2.9.2.txt[2.9.2], link:RelNotes/2.9.1.txt[2.9.1], link:RelNotes/2.9.0.txt[2.9]. |