From 97f42a275c3050afe00798b5b54d23869f66f172 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 16 Mar 2014 00:03:02 -0400 Subject: [PATCH 1/2] Added .mailmap Join personal and GNU e-mail identities --- .mailmap | 1 + 1 file changed, 1 insertion(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..0145be4 --- /dev/null +++ b/.mailmap @@ -0,0 +1 @@ +Mike Gerwitz From 3f28a6ae192d45357721793b69ece887768b4004 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 16 Mar 2014 00:04:53 -0400 Subject: [PATCH 2/2] AUTHORS file will now contain and sort by commit count --- tools/gitlog-to-authors | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tools/gitlog-to-authors b/tools/gitlog-to-authors index 6702e69..0543c97 100755 --- a/tools/gitlog-to-authors +++ b/tools/gitlog-to-authors @@ -1,7 +1,7 @@ #!/bin/sh -# Outputs all contributor names and e-mail addresses. +# Outputs all contributor names and e-mail addresses, sorted by commit count # -# Copyright (C) 2012, 2013 Mike Gerwitz +# Copyright (C) 2012, 2013, 2014 Mike Gerwitz # # This file is part of GNU ease.js. # @@ -19,5 +19,4 @@ # along with this program. If not, see . ## -git shortlog --summary --email \ - | cut -f2- +git shortlog -ns --email