diff options
author | gennyble <gen@nyble.dev> | 2023-11-23 14:15:40 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2023-11-23 14:15:40 -0600 |
commit | c5111b3482bd867e13b1d835c9779765dff73d4f (patch) | |
tree | b95662e34012e26cd9a3c536466908a0a7d2d193 /git-unique-comitters | |
download | 🌦-c5111b3482bd867e13b1d835c9779765dff73d4f.tar.gz 🌦-c5111b3482bd867e13b1d835c9779765dff73d4f.zip |
init :)
Diffstat (limited to 'git-unique-comitters')
-rwxr-xr-x | git-unique-comitters | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-unique-comitters b/git-unique-comitters new file mode 100755 index 0000000..0bd8834 --- /dev/null +++ b/git-unique-comitters @@ -0,0 +1,2 @@ +#!/usr/local/bin/fish +git log --format="%an <%ae>" | sort -u |