On Thu, Mar 22, 2007 at 03:45:55PM -0700, Steve Langasek wrote: > On Thu, Mar 22, 2007 at 11:24:33PM +0100, Javier Fernández-Sanguino Peña > wrote: > > Yes: > > $ grep author release-notes.ent,v en/release-notes.en.sgml,v | > > awk '{print $4}' | sort | uniq -c | sort -n > > That won't be comprehensive though, because there are a limited number of > authorized committers who often commit changes contributed by others.
In this case it can be assumed that the log entry contains the contributor(s). At least I added this information always. Jens