re-sort git options

This commit is contained in:
Cyryl Płotnicki 2022-04-01 22:21:54 +01:00
parent 6026ffbddb
commit 1ba1b9e5ca

View file

@ -15,9 +15,9 @@
colour.ui = true;
credential = { helper = "cache"; };
diff.algorithm = "histogram";
diff.external = "${pkgs.difftastic}/bin/difftastic $LOCAL $REMOTE";
diff.renameLimit = 2048;
diff.renames = "copy";
diff.external = "${pkgs.difftastic}/bin/difftastic $LOCAL $REMOTE";
help.autocorrect = 1;
merge.renamelimit = 8192;
mergetool.keepBackup = false;