From: Mark Wooding Date: Sun, 20 May 2018 19:15:44 +0000 (+0100) Subject: dot/gitconfig.in: Don't have `git send-email' try to do threading. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/6690f2cc3b29bab6a01f4e9a77306b659418b05e dot/gitconfig.in: Don't have `git send-email' try to do threading. I've already arranged for `git format-patch' to do that. --- diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 4ace82d..0bc63d1 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -129,6 +129,7 @@ aliasesfile = @profile@/dot/mailrc aliasfiletype = mailrc chainreplyto = no + thread = no signedoffbycc = yes suppresscc = self