From b20013fc344fae4dffc0128ca9f6b4a125c8ee37 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 14 Apr 2020 19:25:28 +0200 Subject: [PATCH] update gitconfig --- git/.gitconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/git/.gitconfig b/git/.gitconfig index fc49191..51b4e36 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -8,3 +8,7 @@ plog = log --graph --pretty=format:'%h -%d %s %n' --abbrev-commit --date=relative --branches [core] pager = diff-so-fancy | less --tabs=4 -RFX + quotepath = false + commitGraph = true +[gc] + writeCommitGraph = true