up rename limit

This commit is contained in:
Cyryl Płotnicki 2020-12-19 12:58:24 +00:00
parent 8aa39576dc
commit b2f555ca11

View file

@ -13,12 +13,14 @@
};
};
extraConfig = {
credential = { helper ="cache"; };
colour.ui = true;
credential = { helper ="cache"; };
diff.renameLimit = 2048;
diff.renames = "copy";
help.autocorrect = 1;
push.default = "simple";
pull.ff = "only";
mergetool.keepBackup = false;
pull.ff = "only";
push.default = "simple";
};
aliases =
{