X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/5d2b7dabde9c32e96d3a770e3459321f90ff3062..75d08fb2927277b8bf407e74e1dcbb42d1a1d038:/gitconfig diff --git a/gitconfig b/gitconfig index 1e9c706..9be32a3 100644 --- a/gitconfig +++ b/gitconfig @@ -3,7 +3,7 @@ [user] name = Mark Wooding - email = + email = mdw@distorted.org.uk [merge] summary = true @@ -46,3 +46,11 @@ --no-chain-reply-to \ --no-signed-off-by-cc \ --to" + +[stgit] + autoresolved = yes + smtpdelay = 0 + +[mail "alias"] + git = git@vger.kernel.org + mdw = mdw@distorted.org.uk