X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/cef39ac844d6471817e261c135fdebeddf8e8b57..89bd45165660298a8793b66f8712a7ba1cefd23d:/gitconfig diff --git a/gitconfig b/gitconfig index c1a4d4d..d74e60b 100644 --- a/gitconfig +++ b/gitconfig @@ -1,10 +1,11 @@ [core] filemode = true + excludesfile = @gitignore@ [user] name = Mark Wooding email = mdw@distorted.org.uk - signingkey = 0x838424481371BE1B22ECB4C545510A46481334C2 + signingkey = @releasekey@ [merge] summary = true @@ -27,8 +28,8 @@ [color "diff"] plain = normal meta = bold - new = bold green - old = bold red + new = green + old = red commit = bold yellow whitespace = reverse red @@ -59,6 +60,7 @@ --no-chain-reply-to \ --no-signed-off-by-cc \ --to" + files = "ls-files --exclude-standard" [stgit] autoresolved = yes @@ -68,6 +70,10 @@ git = git@vger.kernel.org mdw = mdw@distorted.org.uk +[sendemail] + chainreplyto = no + signedoffcc = yes + [gui] - fontui = -family helvetica -size 11 -weight normal -slant roman -underline 0 -overstrike 0 - fontdiff = -family fixed -size 10 -weight normal -slant roman -underline 0 -overstrike 0 + fontui = -family Sans -size 10 + fontdiff = -family MiscFixed6x13 -size 10