From 6e51847eb44b9ce83aa6b4dff2dc9bcd8ee109bd Mon Sep 17 00:00:00 2001 From: Lukas Bestle Date: Sun, 21 Jun 2020 15:39:14 +0200 Subject: [PATCH] Update gitconfig with options required for Gitea --- roles/terminal/templates/gitconfig.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/terminal/templates/gitconfig.j2 b/roles/terminal/templates/gitconfig.j2 index 2b4d130..24f944c 100644 --- a/roles/terminal/templates/gitconfig.j2 +++ b/roles/terminal/templates/gitconfig.j2 @@ -11,7 +11,10 @@ [core] editor = code -w quotepath = false + commitGraph = true [help] autocorrect = 10 [push] default = upstream +[gc] + writeCommitGraph = true