[FFmpeg-devel] git blame authorship
François Revol
revol
Wed Feb 9 11:27:46 CET 2011
Le 9 f?vr. 2011 ? 11:24, Felipe Contreras a ?crit :
> On Sun, Feb 6, 2011 at 6:21 AM, Michael Niedermayer <michaelni at gmx.at> wrote:
>> Hi
>>
>> A quick redone count of lines of authorship of my local tree (interrested
>> parties can redo that with various other trees which should show lower numbers
>> for me)
>>
>> generated with stuff like:
>> for i in *.asm ; do git blame -w -C -M $i ; done >ba
>> and
>> cat ba* | sed 's/[^(]*(\([^2]*\)2.*/\1/;s/ */ /g' | sort | uniq -c | sort -n
>>
>> That attempts to follow whitespace changes, copied and moved files
>
> How convenient to leave .S files out. Here's the numbers with those:
In any case, this is not authorship since the imported svn only knows about committers.
Fran?ois.
More information about the ffmpeg-devel
mailing list