Add follow option by default to git log

This commit is contained in:
Fabian Hauser 2021-06-28 11:04:01 +02:00
parent 46a49bb1fe
commit 4be90dcfa2

View file

@ -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: {