X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/5ccb9ae3198722e9df95d31ae80f44a31453d716..e2bc02183b57603acd10804a0f49e081a717be8c:/dot/gitconfig.in diff --git a/dot/gitconfig.in b/dot/gitconfig.in index e53b153..b80bf21 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 @@ -31,6 +34,9 @@ [rebase] autosquash = true +[push] + default = matching + [format] headers = "Organization: Straylight/Edgeware\n" @@ -118,4 +124,4 @@ [gui] fontui = -family Sans -size 10 - fontdiff = -family MiscFixed6x13 -size 10 + fontdiff = -family Fixed -size 13