Files
catalyst/etc/create_authors_file.sh
T

4 lines
111 B
Bash
Executable File

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