From d443a87c182f8186edd28fcb024dea409150af49 Mon Sep 17 00:00:00 2001 From: Pierre Durand Date: Wed, 13 Mar 2019 23:23:25 +0100 Subject: [PATCH] add git commit graph --- .gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitconfig b/.gitconfig index 994d7fb..7e6efb6 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,6 +1,8 @@ [user] name = Pierre Durand email = pierredurand@gmail.com +[core] + commitGraph = true [fetch] prune = true pruneTags = true @@ -10,5 +12,6 @@ autosetuprebase = always [gc] autoDetach = false + writeCommitGraph = true [smartgit "fetch"] tags = true