contributors: exclude merges to make patch counts more reasonable

Slava Pestov 2009-07-09 06:58:47 -05:00
parent a82ee418d2
commit 0f4d9caf78
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 )