re-sort git options
This commit is contained in:
parent
6026ffbddb
commit
1ba1b9e5ca
1 changed files with 1 additions and 1 deletions
|
@ -15,9 +15,9 @@
|
||||||
colour.ui = true;
|
colour.ui = true;
|
||||||
credential = { helper = "cache"; };
|
credential = { helper = "cache"; };
|
||||||
diff.algorithm = "histogram";
|
diff.algorithm = "histogram";
|
||||||
|
diff.external = "${pkgs.difftastic}/bin/difftastic $LOCAL $REMOTE";
|
||||||
diff.renameLimit = 2048;
|
diff.renameLimit = 2048;
|
||||||
diff.renames = "copy";
|
diff.renames = "copy";
|
||||||
diff.external = "${pkgs.difftastic}/bin/difftastic $LOCAL $REMOTE";
|
|
||||||
help.autocorrect = 1;
|
help.autocorrect = 1;
|
||||||
merge.renamelimit = 8192;
|
merge.renamelimit = 8192;
|
||||||
mergetool.keepBackup = false;
|
mergetool.keepBackup = false;
|
||||||
|
|
Loading…
Reference in a new issue