Update git submodule behaviour
This commit is contained in:
parent
a7e99bd151
commit
e3ffe60a24
1 changed files with 1 additions and 1 deletions
|
@ -48,12 +48,12 @@
|
|||
diff = "auto";
|
||||
status = "auto";
|
||||
};
|
||||
submodule.recurse = true;
|
||||
push.default = "current";
|
||||
pull.rebase = "true";
|
||||
branch.autosetuprebase = "always";
|
||||
log.follow = true;
|
||||
rerere.enabled = true;
|
||||
fetch.recurseSubmodules = "on-demand";
|
||||
};
|
||||
ignores = [ "*~" "*.swp" ".direnv/" ];
|
||||
lfs.enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue