git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] git(1): remove a defunct link to "list of authors"
@ 2012-12-07 17:54 Junio C Hamano
  2012-12-07 17:59 ` Junio C Hamano
  0 siblings, 1 reply; 10+ messages in thread
From: Junio C Hamano @ 2012-12-07 17:54 UTC (permalink / raw)
  To: git

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>
---
 * If somebody has a working replacement URL, we could use that
   instead, of course.  Takers?

 Documentation/git.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git c/Documentation/git.txt w/Documentation/git.txt
index cbe0883..5133952 100644
--- c/Documentation/git.txt
+++ w/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.
 

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-07 17:54 [PATCH] git(1): remove a defunct link to "list of authors" Junio C Hamano
@ 2012-12-07 17:59 ` Junio C Hamano
  2012-12-07 21:09   ` Shawn Pearce
  2012-12-09 13:29   ` Nguyen Thai Ngoc Duy
  0 siblings, 2 replies; 10+ messages in thread
From: Junio C Hamano @ 2012-12-07 17:59 UTC (permalink / raw)
  To: git

Junio C Hamano <gitster@pobox.com> writes:

> 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>
> ---
>  * If somebody has a working replacement URL, we could use that
>    instead, of course.  Takers?

A possible alternative could be https://www.ohloh.net/p/git/contributors/summary

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-07 17:59 ` Junio C Hamano
@ 2012-12-07 21:09   ` Shawn Pearce
  2012-12-08 11:02     ` Jeff King
  2012-12-09 13:29   ` Nguyen Thai Ngoc Duy
  1 sibling, 1 reply; 10+ messages in thread
From: Shawn Pearce @ 2012-12-07 21:09 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On Fri, Dec 7, 2012 at 9:59 AM, Junio C Hamano <gitster@pobox.com> wrote:
> Junio C Hamano <gitster@pobox.com> writes:
>
>> 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>
>> ---
>>  * If somebody has a working replacement URL, we could use that
>>    instead, of course.  Takers?
>
> A possible alternative could be https://www.ohloh.net/p/git/contributors/summary

Eh, I think just removing the link is sufficient.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-07 21:09   ` Shawn Pearce
@ 2012-12-08 11:02     ` Jeff King
  0 siblings, 0 replies; 10+ messages in thread
From: Jeff King @ 2012-12-08 11:02 UTC (permalink / raw)
  To: Shawn Pearce; +Cc: Junio C Hamano, git

On Fri, Dec 07, 2012 at 01:09:51PM -0800, Shawn O. Pearce wrote:

> On Fri, Dec 7, 2012 at 9:59 AM, Junio C Hamano <gitster@pobox.com> wrote:
> > Junio C Hamano <gitster@pobox.com> writes:
> >
> >> 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>
> >> ---
> >>  * If somebody has a working replacement URL, we could use that
> >>    instead, of course.  Takers?
> >
> > A possible alternative could be https://www.ohloh.net/p/git/contributors/summary
> 
> Eh, I think just removing the link is sufficient.

FYI, I just submitted a patch to add a contributors page to git-scm.com
that looks similar to the old one. That patch being the sum total of my
ruby and rails experience, I'd expect some re-working to be necessary
before it is merged:

  https://github.com/github/gitscm-next/pull/216

So it probably makes sense to go ahead and drop the link from the
manpage for now, and we can re-add it if the contributors page gets
merged (in my patch, it has a different path, so we would need to tweak
the URL eventually anyway).

-Peff

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-07 17:59 ` Junio C Hamano
  2012-12-07 21:09   ` Shawn Pearce
@ 2012-12-09 13:29   ` Nguyen Thai Ngoc Duy
  2012-12-10  6:31     ` Junio C Hamano
  1 sibling, 1 reply; 10+ messages in thread
From: Nguyen Thai Ngoc Duy @ 2012-12-09 13:29 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On Sat, Dec 8, 2012 at 12:59 AM, Junio C Hamano <gitster@pobox.com> wrote:
>>  * If somebody has a working replacement URL, we could use that
>>    instead, of course.  Takers?
>
> A possible alternative could be https://www.ohloh.net/p/git/contributors/summary

Nice charts!
-- 
Duy

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-09 13:29   ` Nguyen Thai Ngoc Duy
@ 2012-12-10  6:31     ` Junio C Hamano
  2012-12-10 12:04       ` Nguyen Thai Ngoc Duy
  0 siblings, 1 reply; 10+ messages in thread
From: Junio C Hamano @ 2012-12-10  6:31 UTC (permalink / raw)
  To: Nguyen Thai Ngoc Duy; +Cc: git

Nguyen Thai Ngoc Duy <pclouds@gmail.com> writes:

> On Sat, Dec 8, 2012 at 12:59 AM, Junio C Hamano <gitster@pobox.com> wrote:
>>>  * If somebody has a working replacement URL, we could use that
>>>    instead, of course.  Takers?
>>
>> A possible alternative could be https://www.ohloh.net/p/git/contributors/summary
>
> Nice charts!

Yup.

Their numbers seem to be just 'any commit by the author, with
mailmap applied', and I am of two minds with it.  Counting without
"shortlog --no-merges", depending on the management style of the
project, tends to credit the integrator too much.  Even though
vetting the patches and choosing when to merge the topics is a
significant contribution, it isn't *that* big compared to the work
done by the contributor who took initiative to scratch that itch.

With or without "--no-merges", the big picture you can get out of
"git shortlog -s -n --since=1.year" does not change very much, but
the headline numbers give a wrong impression.

And of course, application of the mailmap is very important, if you
want to get meaningful numbers out of shortlog over a longer period.

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-10  6:31     ` Junio C Hamano
@ 2012-12-10 12:04       ` Nguyen Thai Ngoc Duy
  2012-12-12 12:24         ` Jeff King
  0 siblings, 1 reply; 10+ messages in thread
From: Nguyen Thai Ngoc Duy @ 2012-12-10 12:04 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git

On Mon, Dec 10, 2012 at 1:31 PM, Junio C Hamano <gitster@pobox.com> wrote:
> Nguyen Thai Ngoc Duy <pclouds@gmail.com> writes:
>
>> On Sat, Dec 8, 2012 at 12:59 AM, Junio C Hamano <gitster@pobox.com> wrote:
>>>>  * If somebody has a working replacement URL, we could use that
>>>>    instead, of course.  Takers?
>>>
>>> A possible alternative could be https://www.ohloh.net/p/git/contributors/summary
>>
>> Nice charts!
>
> Yup.
>
> Their numbers seem to be just 'any commit by the author, with
> mailmap applied', and I am of two minds with it.  Counting without
> "shortlog --no-merges", depending on the management style of the
> project, tends to credit the integrator too much.  Even though
> vetting the patches and choosing when to merge the topics is a
> significant contribution, it isn't *that* big compared to the work
> done by the contributor who took initiative to scratch that itch.
>
> With or without "--no-merges", the big picture you can get out of
> "git shortlog -s -n --since=1.year" does not change very much, but
> the headline numbers give a wrong impression.

These numbers are approximate anyway. Commit counts or the number of
changed lines do not accurately reflect the effort in many cases. And
about merges, in this particular case of Git where the maintainer imo
has done an excellent job as a guard, I'd say it's the credit for
reviewing, not simply merging.

But not using the link is fine too. We can wait for Jeff's patch to be merged.

> And of course, application of the mailmap is very important, if you
> want to get meaningful numbers out of shortlog over a longer period.
-- 
Duy

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-10 12:04       ` Nguyen Thai Ngoc Duy
@ 2012-12-12 12:24         ` Jeff King
  2012-12-12 18:06           ` Junio C Hamano
  0 siblings, 1 reply; 10+ messages in thread
From: Jeff King @ 2012-12-12 12:24 UTC (permalink / raw)
  To: Nguyen Thai Ngoc Duy; +Cc: Junio C Hamano, git

On Mon, Dec 10, 2012 at 07:04:40PM +0700, Nguyen Thai Ngoc Duy wrote:

> > With or without "--no-merges", the big picture you can get out of
> > "git shortlog -s -n --since=1.year" does not change very much, but
> > the headline numbers give a wrong impression.
> 
> These numbers are approximate anyway. Commit counts or the number of
> changed lines do not accurately reflect the effort in many cases. And
> about merges, in this particular case of Git where the maintainer imo
> has done an excellent job as a guard, I'd say it's the credit for
> reviewing, not simply merging.

I agree that commit count is approximate. But counting merges is really
quite a large factor of error (in git.git, it more than doubles Junio's
count, and represents over 20% of the total number of commits).

The GitHub contributors page counts merges _and_ fails to use mailmap.
Yuck. I'm working on fixing that now.

> But not using the link is fine too. We can wait for Jeff's patch to be
> merged.

After the discussion in the PR, I am inclined to think the site (and
possibly the manpage) should just point to some decent contributors
graph (either GitHub, ohloh, or something else; suggestions welcome).
Anything else is just recreating a crappy static version of something
that could be much more dynamic and explorable.

I find the ohloh one a little more informative than the GitHub graph. I
couldn't find any others (Google Code does not seem to have one,
kernel.org and other gitweb sites do not, and I can't think of anywhere
else that hosts a mirror).

-Peff

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-12 12:24         ` Jeff King
@ 2012-12-12 18:06           ` Junio C Hamano
  2012-12-13 12:25             ` Jeff King
  0 siblings, 1 reply; 10+ messages in thread
From: Junio C Hamano @ 2012-12-12 18:06 UTC (permalink / raw)
  To: Jeff King; +Cc: Nguyen Thai Ngoc Duy, git

Jeff King <peff@peff.net> writes:

> I find the ohloh one a little more informative than the GitHub graph. I
> couldn't find any others (Google Code does not seem to have one,
> kernel.org and other gitweb sites do not, and I can't think of anywhere
> else that hosts a mirror).

Then let's do this.

-- >8 --
Subject: 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>
---
 Documentation/git.txt | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git c/Documentation/git.txt w/Documentation/git.txt
index e643683..25e2f3a 100644
--- c/Documentation/git.txt
+++ w/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.
 

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* Re: [PATCH] git(1): remove a defunct link to "list of authors"
  2012-12-12 18:06           ` Junio C Hamano
@ 2012-12-13 12:25             ` Jeff King
  0 siblings, 0 replies; 10+ messages in thread
From: Jeff King @ 2012-12-13 12:25 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: Nguyen Thai Ngoc Duy, git

On Wed, Dec 12, 2012 at 10:06:24AM -0800, Junio C Hamano wrote:

> Jeff King <peff@peff.net> writes:
> 
> > I find the ohloh one a little more informative than the GitHub graph. I
> > couldn't find any others (Google Code does not seem to have one,
> > kernel.org and other gitweb sites do not, and I can't think of anywhere
> > else that hosts a mirror).
> 
> Then let's do this.
> 
> -- >8 --
> Subject: 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.

Looks good to me. Thanks.

-Peff

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2012-12-13 12:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-07 17:54 [PATCH] git(1): remove a defunct link to "list of authors" Junio C Hamano
2012-12-07 17:59 ` Junio C Hamano
2012-12-07 21:09   ` Shawn Pearce
2012-12-08 11:02     ` Jeff King
2012-12-09 13:29   ` Nguyen Thai Ngoc Duy
2012-12-10  6:31     ` Junio C Hamano
2012-12-10 12:04       ` Nguyen Thai Ngoc Duy
2012-12-12 12:24         ` Jeff King
2012-12-12 18:06           ` Junio C Hamano
2012-12-13 12:25             ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).