Enable git rerere and submodule recursion by default
This commit is contained in:
parent
1f810d0dfb
commit
a4f24d9965
1 changed files with 2 additions and 0 deletions
|
@ -48,10 +48,12 @@
|
||||||
diff = "auto";
|
diff = "auto";
|
||||||
status = "auto";
|
status = "auto";
|
||||||
};
|
};
|
||||||
|
submodule.recurse = true;
|
||||||
push.default = "simple";
|
push.default = "simple";
|
||||||
pull.rebase = "true";
|
pull.rebase = "true";
|
||||||
branch.autosetuprebase = "always";
|
branch.autosetuprebase = "always";
|
||||||
log.follow = true;
|
log.follow = true;
|
||||||
|
rerere.enabled = true;
|
||||||
};
|
};
|
||||||
includes = let
|
includes = let
|
||||||
mkDefaultConfig = (dir: {
|
mkDefaultConfig = (dir: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue