From 3f28a6ae192d45357721793b69ece887768b4004 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Sun, 16 Mar 2014 00:04:53 -0400 Subject: [PATCH] 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