X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/e818009e09e211cfa1f5778b112fa9715a5c85d8..75d08fb2927277b8bf407e74e1dcbb42d1a1d038:/gitconfig diff --git a/gitconfig b/gitconfig index d898e71..9be32a3 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,9 @@ +[core] + filemode = true + [user] name = Mark Wooding - email = + email = mdw@distorted.org.uk [merge] summary = true @@ -8,7 +11,46 @@ [diff] 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