X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/570c7b19d2ed2b4512cd5f0d07f0d1400e865a65..87def30c773641959e14aedde43e4af6639f7d1f:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 46d6335..0bc63d1 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -88,7 +88,7 @@ [alias] egrep = "grep -E" - patch = "format-patch -o p -s" + patches = "format-patch --full-index" graph = "log --pretty=oneline --abbrev-commit --graph" release = !"sh -e -c ' \ [ $# -gt 0 ] || { \ @@ -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)}; \ @@ -134,6 +129,7 @@ aliasesfile = @profile@/dot/mailrc aliasfiletype = mailrc chainreplyto = no + thread = no signedoffbycc = yes suppresscc = self