X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/518aede44529bc4c6218d52a3cf97a77888d3b2f..8afc6956b4368486679431a9e81d80915c3d8774:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 02a297d..106e2a9 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -4,6 +4,7 @@ [core] filemode = true excludesfile = @profile@/git/gitignore + attributesfile = @profile@/git/attributes [user] name = Mark Wooding @@ -19,9 +20,10 @@ [diff] renames = copies + wordRegex = [[:alnum:]]+|[^[:space:][:alnum:]] [diff "lisp"] - xfuncname = "^\\s*\\(def.*$" + xfuncname = "^((\\(|\\s*\\(def).*$)" [log] date = rfc @@ -45,10 +47,10 @@ whitespace = reverse red [color "interactive"] - prompt = bold yellow - header = bold - help = green - error = bold red + prompt = bold yellow + header = bold + help = green + error = bold red [color "status"] header = bold @@ -97,6 +99,7 @@ [rerere] enabled = yes + autoupdate = yes [stgit] autoresolved = yes