Files
catalyst/etc/create_authors_file.sh
2015-02-13 14:13:22 +01:00

4 lines
111 B
Bash
Executable File

#!/bin/bash
git shortlog -ns master | awk '$1 >= $THRESHOLD {$1="";print $0}' | \
cut -d" " -f2- > AUTHORS