From 14631edf758a0180bc12657384e91edb54bde030 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Thu, 12 Oct 2023 00:04:14 +0300 Subject: gitconfig: Add config for faster log graph --- .gitconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to '.gitconfig') 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 -- cgit v1.2.3