X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/726466db7754421285f57d9010ab186de794f74a..6617659f5ad35623928c5d4c68f49bab6d3f3f42:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index 5ea026a..47fa392 100644 --- a/dot/gitconfig.in +++ b/dot/gitconfig.in @@ -4,6 +4,8 @@ [core] filemode = true excludesfile = @profile@/git/gitignore + attributesfile = @profile@/git/attributes + whitespace = trailing-space,space-before-tab,indent-with-non-tab [user] name = Mark Wooding @@ -19,9 +21,11 @@ [diff] renames = copies + renameLimit = 1024 + wordRegex = [[:alnum:]]+|[^[:space:][:alnum:]] [diff "lisp"] - xfuncname = "^\\s*\\(def.*$" + xfuncname = "^((\\(|\\s*\\(def).*$)" [log] date = rfc @@ -97,6 +101,7 @@ [rerere] enabled = yes + autoupdate = yes [stgit] autoresolved = yes