chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14c3f90
)
dot/gitconfig.in: Abolish the `git email' alias.
author
Mark Wooding
<mdw@distorted.org.uk>
Sun, 20 May 2018 19:15:12 +0000
(20:15 +0100)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot/gitconfig.in
b/dot/gitconfig.in
index 5de53a6ad394ea02e6f2e02182291d06b1763d9e..4ace82d40c30cd5f02c1b50f9d9b1cbcc1cba690 100644
(file)
--- 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)}; \