X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ad43d821e540097cfa9a76fcd6e21b45593998c4..227a67740a6531a0487ad3eb6d2edf3d6c9d0fb6:/gitconfig diff --git a/gitconfig b/gitconfig index 7442bb1..4d8eb77 100644 --- a/gitconfig +++ b/gitconfig @@ -1,10 +1,64 @@ +[core] + filemode = true + [user] name = Mark Wooding - email = + email = mdw@distorted.org.uk [merge] summary = true + tool = emerge + +[mergetool "emerge"] + path = emerge-hack [diff] - color = true renames = copies + +[format] + headers = "Organization: Straylight/Edgeware\n" + +[color] + diff = auto + status = auto + branch = auto + +[color "diff"] + plain = normal + meta = bold + new = bold green + old = bold red + commit = bold yellow + whitespace = reverse red + +[color "status"] + header = bold + added = bold green + changed = bold blue + untracked = bold red + +[color "branch"] + current = bold + local = normal + remote = cyan + +[alias] + egrep = "grep -E" + patch = "format-patch -o p -s" + mailto = "send-email \ + --quiet \ + --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 + +[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