X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/ca475e8dafc4e338e4c35436ea53ff644ba4c0d6..898c7efbe2faa15b346e5c69924e509a45213ef7:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 77976f9..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 @@ -22,7 +23,7 @@ wordRegex = [[:alnum:]]+|[^[:space:][:alnum:]] [diff "lisp"] - xfuncname = "^\\s*\\(def.*$" + xfuncname = "^((\\(|\\s*\\(def).*$)" [log] date = rfc @@ -98,6 +99,7 @@ [rerere] enabled = yes + autoupdate = yes [stgit] autoresolved = yes