all repos — nixfiles @ 3dd2c5a531bee98a48492c5ed049555f1fd7b90f

System and user configuration, managed by nix and home-manager

git: remove writeCommitGraph settings For `git gc`, it's now the default anyway For `git fetch`, it seems to be a trade-off that should be enabled per-repository

Alan Pearce
commit

3dd2c5a531bee98a48492c5ed049555f1fd7b90f

parent

9a7c00e9b06fb894cc9ce57d22f3ddba39de9607

1 file changed, 0 insertions(+), 6 deletions(-)

jump to
M user/settings/git.nixuser/settings/git.nix
@@ -13,12 +13,6 @@ };
core = { commitGraph = true; }; - gc = { - writeCommitGraph = true; - }; - fetch = { - writeCommitGraph = true; - }; pull = { rebase = true; };