]> gitweb.factorcode.org Git - factor.git/commitdiff
contributors: exclude merges to make patch counts more reasonable
authorSlava Pestov <slava@shill.local>
Thu, 9 Jul 2009 11:58:47 +0000 (06:58 -0500)
committerSlava Pestov <slava@shill.local>
Thu, 9 Jul 2009 11:58:47 +0000 (06:58 -0500)
extra/contributors/contributors.factor

index 73bee76c0a693afe59d87ef521a83b5bdb8b044b..97f4edc521f5de13c2feaaa309c62334c58221d5 100755 (executable)
@@ -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 )