dot/gitconfig.in: Bump up the rename limit.
authorMark Wooding <mdw@distorted.org.uk>
Sun, 2 Jun 2013 12:02:11 +0000 (13:02 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 2 Jun 2013 12:02:11 +0000 (13:02 +0100)
The default doesn't cope with the vast Catacomb reorganization.

dot/gitconfig.in

index 106e2a9..731bbba 100644 (file)
@@ -20,6 +20,7 @@
 
 [diff]
        renames = copies
+       renameLimit = 1024
        wordRegex = [[:alnum:]]+|[^[:space:][:alnum:]]
 
 [diff "lisp"]