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";
|
||||
status = "auto";
|
||||
};
|
||||
submodule.recurse = true;
|
||||
push.default = "simple";
|
||||
pull.rebase = "true";
|
||||
branch.autosetuprebase = "always";
|
||||
log.follow = true;
|
||||
rerere.enabled = true;
|
||||
};
|
||||
includes = let
|
||||
mkDefaultConfig = (dir: {
|
||||
|
|
Loading…
Add table
Reference in a new issue