1
0
Fork 0

AUTHORS file will now contain and sort by commit count

perfodd
Mike Gerwitz 2014-03-16 00:04:53 -04:00
parent 97f42a275c
commit 3f28a6ae19
1 changed files with 3 additions and 4 deletions

View File

@ -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 <http://www.gnu.org/licenses/>.
##
git shortlog --summary --email \
| cut -f2-
git shortlog -ns --email