mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-04 23:55:58 +01:00
7 lines
104 B
Bash
Executable file
7 lines
104 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
git shortlog -s |\
|
|
cut -f2- |\
|
|
grep -v '(no author)' |\
|
|
grep '\w \w.*' |\
|
|
sort
|