On Sun, Oct 21, 2007 at 06:32:05PM +0200, Michael Gerz wrote:
> 
> ... and the winners are ...
> 
> $ find . -type f -name "*.cpp" -exec svn blame 
> svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X/src/{} \; > blame.cpp
> $ find . -type f -name "*.h" -exec svn blame 
> svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X/src/{} \; > blame.h
> $ cut --characters='8-18' blame.cpp blame.h |sort |uniq -c|sort
>   ...        ...
>   8044      bpeng
>  13821       baum
>  14434     younes
>  25341    leeming
>  39789     larsbj
>  50704    poenitz

Looks like removed lines don't show up...

Andre'

Reply via email to