summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gitconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 30a3e0b..68405b8 100644
--- a/gitconfig
+++ b/gitconfig
@@ -4,6 +4,11 @@
[core]
excludesfile = ~/.gitignore_global
attributesfile = ~/.gitattributes
+ commitGraph = true
+[fetch]
+ writeCommitGraph = true
+[gc]
+ writeCommitGraph = true
[color]
ui = auto
[credential]