On Fri, Oct 22, 2010 at 03:59:36PM -0700, Junio C Hamano wrote: > Shawn Pearce <spearce@xxxxxxxxxxx> writes: > > > I think a committee of at least 3 people and at most 5, any of whom > > can be a benevolent SFC liasion, is fine. As far as selection goes, > > the committee can elect or remove a member through a majority vote, > > and should base its decisions based on surviving contributions to the > > code base, but shouldn't be tied to that (just in case someone > > contributes a lot of good code and then becomes a jerk). > > Just a datapoint from quick "blame -C -C -w" run as of 1.7.3.2, counting > surviving lines, 7 top from each area, excluding Documentation/RelNotes. > > > ** Everything else ** > > 77212 Junio C Hamano > 41388 Shawn O. Pearce > 32676 Linus Torvalds > 28618 Johannes Schindelin > 22120 Ãvar ArnfjÃrà Bjarmason > 20190 Paul Mackerras > 15518 Marius Storm-Olsen How did you calculate this? I don't see how it could be right. For example, Ãvar's contribution, while being impressively large lately, is only 12877 lines total over all commits, let alone surviving lines: $ git log --pretty=format: --numstat --author=Bjarmason | perl -ne '/^\d+/ and $total += $&; END { print "$total\n"; }' 12877 -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html