You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Enso-Bot/venv/Lib/site-packages/discord.py-1.3.3.dist-info/authors.sh

6 lines
203 B
Bash

4 years ago
#!/bin/bash
# save as i.e.: git-authors and set the executable flag
git ls-tree -r -z --name-only HEAD -- $1 | xargs -0 -n1 git blame -w \
--line-porcelain HEAD |grep "^author "|sort|uniq -c|sort -nr