contributors: exclude merges to make patch counts more reasonable
parent
baff251d1e
commit
92b0765cd7
|
@ -7,7 +7,7 @@ IN: contributors
|
||||||
|
|
||||||
: changelog ( -- authors )
|
: changelog ( -- authors )
|
||||||
image parent-directory [
|
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 ;
|
] with-directory ;
|
||||||
|
|
||||||
: patch-counts ( authors -- assoc )
|
: patch-counts ( authors -- assoc )
|
||||||
|
|
Loading…
Reference in New Issue