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 alan@alanpearce.eu
Fri, 07 Apr 2023 19:43:08 +0200
1 files changed, 0 insertions(+), 6 deletions(-)
jump to
M user/settings/git.nix → user/settings/git.nix
@@ -13,12 +13,6 @@ }; core = { commitGraph = true; }; - gc = { - writeCommitGraph = true; - }; - fetch = { - writeCommitGraph = true; - }; pull = { rebase = true; };