[smuxi/experiments/certfp: 4/55] git-contributors: don't count merge commits



commit edf7817732b0ab641782e71de3b885291325ab71
Author: Mirco Bauer <meebey meebey net>
Date:   Sat Dec 21 16:15:28 2013 +0100

    git-contributors: don't count merge commits

 build/git-contributors |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/build/git-contributors b/build/git-contributors
index 2925630..7f7ecaa 100755
--- a/build/git-contributors
+++ b/build/git-contributors
@@ -1,2 +1,2 @@
 #!/bin/sh
-git log "$@" | grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr
+git log --no-merges "$@" | grep ^Author: | sed 's/ <.*//; s/^Author: //' | sort | uniq -c | sort -nr


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]