dot/bashrc: Unset temporary variables used in constructing the prompt.
[profile] / dot / gitconfig.in
index 49f75ab..47fa392 100644 (file)
@@ -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,6 +21,7 @@
 
 [diff]
        renames = copies
+       renameLimit = 1024
        wordRegex = [[:alnum:]]+|[^[:space:][:alnum:]]
 
 [diff "lisp"]