summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 3609f8f..5452b83 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -13,3 +13,10 @@
smtpencryption = ssl
smtpserverport = 465
annotate = yes
+[core]
+ commitGraph = true
+[gc]
+ writeCommitGraph = true
+
+[fetch]
+ writeCommitGraph = true \ No newline at end of file