3 ## List the release each author first contributed to.
5 ## Usage: author_first_release.sh [TAGS]
7 ## If the TAGS arguments are unspecified, all tags reported by `git tag`
12 git shortlog
-n -e -s $tag |
14 awk "{print \"${tag#v}\t\"\$0}"
15 done |
sort -k2 |
uniq -f2