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