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-mailmap-history | |
download | 🌦-c5111b3482bd867e13b1d835c9779765dff73d4f.tar.gz 🌦-c5111b3482bd867e13b1d835c9779765dff73d4f.zip |
init :)
Diffstat (limited to 'git-mailmap-history')
-rwxr-xr-x | git-mailmap-history | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/git-mailmap-history b/git-mailmap-history new file mode 100755 index 0000000..f280abb --- /dev/null +++ b/git-mailmap-history @@ -0,0 +1,2 @@ +#!/usr/local/bin/fish +git filter-repo --mailmap ~/.ssh/mailmap $argv |