From: Junio C Hamano Date: Wed, 12 Dec 2012 18:06:24 +0000 (-0800) Subject: git(1): show link to contributor summary page X-Git-Tag: v1.8.1-rc2~5 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/24a62db7bbcbd8083bd0070ecd434205489629ed 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 --- diff --git a/Documentation/git.txt b/Documentation/git.txt index e643683b3a..25e2f3a60e 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 -. If you have a clone of git.git itself, the +. 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.