Merge branch 'authors'
commit
3a625ccf28
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/sh
|
#!/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.
|
# This file is part of GNU ease.js.
|
||||||
#
|
#
|
||||||
|
@ -19,5 +19,4 @@
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
##
|
##
|
||||||
|
|
||||||
git shortlog --summary --email \
|
git shortlog -ns --email
|
||||||
| cut -f2-
|
|
||||||
|
|
Loading…
Reference in New Issue