diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-07 09:54:50 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-09 00:33:04 -0800 |
commit | ac046c0e8cf0bee52634701d4efa9e9ce2d7718e (patch) | |
tree | 6e0c0205e74f580ca41ca81ef3ee73bff03cbc4a /Documentation | |
parent | Update draft release notes to 1.8.0.2 (diff) | |
download | tgif-ac046c0e8cf0bee52634701d4efa9e9ce2d7718e.tar.xz |
git(1): remove a defunct link to "list of authors"
The linked page has not been showing the promised "more complete
list" for more than 6 months by now, and nobody has resurrected
the list there nor elsewhere since then.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt index cbe0883534..5133952b42 100644 --- a/Documentation/git.txt +++ b/Documentation/git.txt @@ -868,8 +868,7 @@ Authors ------- Git was started by Linus Torvalds, and is currently maintained by Junio C Hamano. Numerous contributions have come from the git mailing list -<git@vger.kernel.org>. For a more complete list of contributors, see -http://git-scm.com/about. If you have a clone of git.git itself, the +<git@vger.kernel.org>. If you have a clone of git.git itself, the output of linkgit:git-shortlog[1] and linkgit:git-blame[1] can show you the authors for specific parts of the project. |