diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-02-28 11:41:57 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-02-28 11:41:57 -0800 |
commit | dc05d73104fda239fc03342e0b53aa5741c53531 (patch) | |
tree | ae0b14cc4f36582fc4b4668c0ebe67864b800c4f /Documentation/git.txt | |
parent | git svn: delay importing SVN::Base until it is needed (diff) | |
parent | Git 1.7.0.1 (diff) | |
download | tgif-dc05d73104fda239fc03342e0b53aa5741c53531.tar.xz |
Merge branch 'maint'
* maint:
Git 1.7.0.1
Remove reference to GREP_COLORS from documentation
sha1_name: fix segfault caused by invalid index access
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 01c463101b..cc32ce18d2 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:v1.7.0/git.html[documentation for release 1.7.0] +* link:v1.7.0.1/git.html[documentation for release 1.7.0.1] * release notes for + link:RelNotes-1.7.0.1.txt[1.7.0.1], link:RelNotes-1.7.0.txt[1.7.0]. * link:v1.6.6.2/git.html[documentation for release 1.6.6.2] |