Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git(1): show link to contributor summary page
author
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Dec 2012 18:06:24 +0000
(10:06 -0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 12 Dec 2012 19:58:17 +0000
(11:58 -0800)
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>
Documentation/git.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
4881616
)
diff --git
a/Documentation/git.txt
b/Documentation/git.txt
index e643683b3aa3e8772083bd7ee0add76fd628b74d..25e2f3a60e6e608f866e8be8cce3e500f907c605 100644
(file)
--- 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 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.
output of linkgit:git-shortlog[1] and linkgit:git-blame[1] can show you
the authors for specific parts of the project.