From: Mark Wooding Date: Sun, 20 May 2018 19:15:12 +0000 (+0100) Subject: dot/gitconfig.in: Abolish the `git email' alias. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/435cc8fef85299175abdc7734e8d2c81dd766bf3 dot/gitconfig.in: Abolish the `git email' alias. `git send-email' is enough of a footgun already. --- diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 5de53a6..4ace82d 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -99,11 +99,6 @@ amend = !"env EDITOR=true VISUAL=true git commit --amend -a" spaces = !"sh -e -c 'git ls-files -z \"$@\"| \ xargs -0r space -cv' spaces" - mailto = "send-email \ - --quiet \ - --no-chain-reply-to \ - --no-signed-off-by-cc \ - --to" files = "ls-files --exclude-standard" unstg = !"sh -e -c ' \ : ${GIT_DIR=$(git rev-parse --git-dir)}; \