Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix git shortlog without terminal
  • Loading branch information
Javier Serrano Polo committed Feb 16, 2017
commit 1fadb963d0ea10c4d2cc4b5fec116bb71f400129
2 changes: 1 addition & 1 deletion cron/tasks/lmms/02-contributors
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh
set -e

git shortlog -sne > tmp/shortlog
git shortlog -sne HEAD > tmp/shortlog
cut -c 8- tmp/shortlog > doc/CONTRIBUTORS

git add doc/CONTRIBUTORS
Expand Down