Add follow option by default to git log
This commit is contained in:
parent
46a49bb1fe
commit
4be90dcfa2
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@
|
||||||
push.default = "simple";
|
push.default = "simple";
|
||||||
pull.rebase = "true";
|
pull.rebase = "true";
|
||||||
branch.autosetuprebase = "always";
|
branch.autosetuprebase = "always";
|
||||||
|
log.follow = true;
|
||||||
};
|
};
|
||||||
includes = let
|
includes = let
|
||||||
mkDefaultConfig = (dir: {
|
mkDefaultConfig = (dir: {
|
||||||
|
|
Loading…
Add table
Reference in a new issue