summary refs log tree commit diff stats
path: root/user/settings
diff options
context:
space:
mode:
Diffstat (limited to 'user/settings')
-rw-r--r--user/settings/git.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/user/settings/git.nix b/user/settings/git.nix
index 4b10b1c9..d4ae894f 100644
--- a/user/settings/git.nix
+++ b/user/settings/git.nix
@@ -13,12 +13,6 @@
       core = {
         commitGraph = true;
       };
-      gc = {
-        writeCommitGraph = true;
-      };
-      fetch = {
-        writeCommitGraph = true;
-      };
       pull = {
         rebase = true;
       };