1
0
Fork 0

Merge branch 'authors'

perfodd
Mike Gerwitz 2014-03-16 00:06:36 -04:00
commit 3a625ccf28
No known key found for this signature in database
GPG Key ID: F22BB8158EE30EAB
2 changed files with 4 additions and 4 deletions

1
.mailmap 100644
View File

@ -0,0 +1 @@
Mike Gerwitz <mikegerwitz@gnu.org> <mike@mikegerwitz.com>

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