up rename limit
This commit is contained in:
parent
8aa39576dc
commit
b2f555ca11
1 changed files with 5 additions and 3 deletions
|
@ -13,12 +13,14 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
credential = { helper ="cache"; };
|
|
||||||
colour.ui = true;
|
colour.ui = true;
|
||||||
|
credential = { helper ="cache"; };
|
||||||
|
diff.renameLimit = 2048;
|
||||||
|
diff.renames = "copy";
|
||||||
help.autocorrect = 1;
|
help.autocorrect = 1;
|
||||||
push.default = "simple";
|
|
||||||
pull.ff = "only";
|
|
||||||
mergetool.keepBackup = false;
|
mergetool.keepBackup = false;
|
||||||
|
pull.ff = "only";
|
||||||
|
push.default = "simple";
|
||||||
};
|
};
|
||||||
aliases =
|
aliases =
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue