diff options
author | Thanos Apollo <[email protected]> | 2023-10-12 00:04:14 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-10-12 00:04:14 +0300 |
commit | 14631edf758a0180bc12657384e91edb54bde030 (patch) | |
tree | a5ff889ab8327fabf74fce3cdbd7865ac3ac5d9e /.gitconfig | |
parent | 4016a14713f5fa13fbfe6f044596880a96e91ed7 (diff) |
gitconfig: Add config for faster log graph
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |