summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2012-12-12 18:06:24 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-12-12 19:58:17 (GMT)
commit24a62db7bbcbd8083bd0070ecd434205489629ed (patch)
treed191869bf41fb934e27609a37c64d0f33bc72ed8
parent4881616c1a4fa7b19ca2c722ef0b3d48316ac8ef (diff)
downloadgit-24a62db7bbcbd8083bd0070ecd434205489629ed.zip
git-24a62db7bbcbd8083bd0070ecd434205489629ed.tar.gz
git-24a62db7bbcbd8083bd0070ecd434205489629ed.tar.bz2
git(1): show link to contributor summary page
We earlier removed a link to list of contributors that pointed to a defunct page; let's use a working one from Ohloh.net to replace it instead. Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index e643683..25e2f3a 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -869,7 +869,10 @@ 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>. If you have a clone of git.git itself, the
+<git@vger.kernel.org>. http://www.ohloh.net/p/git/contributors/summary
+gives you a more complete list of contributors.
+
+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.