Skip to content

Commit db9ce72

Browse files
committedJun 4, 2018
fixing update_authors script and removing batch file
1 parent af04b77 commit db9ce72

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed
 

‎AUTHORS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Nilpo <devnilpo@gmail.com>
1+
Rob Dunham <devnilpo@gmail.com>

‎update_authors.bat

-2
This file was deleted.

‎update_authors.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
git log --format="%aN <%aE>" > AUTHORS.md
1+
git log --format="%aN <%aE>" | sort -f | uniq > AUTHORS.md

0 commit comments

Comments
 (0)
Please sign in to comment.