contributors: exclude merges to make patch counts more reasonable

db4
Slava Pestov 2009-07-09 06:58:47 -05:00
parent baff251d1e
commit 92b0765cd7
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ IN: contributors
: changelog ( -- authors )
image parent-directory [
"git log --pretty=format:%an" ascii <process-reader> stream-lines
"git log --no-merges --pretty=format:%an" ascii <process-reader> stream-lines
] with-directory ;
: patch-counts ( authors -- assoc )