dot/gitconfig.in: Abolish the `git email' alias.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 20 May 2018 19:15:12 +0000 (20:15 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 20 May 2018 19:15:12 +0000 (20:15 +0100)
`git send-email' is enough of a footgun already.

dot/gitconfig.in

index 5de53a6..4ace82d 100644 (file)
        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)}; \