From 5a4c6c8acdec7101e67bacca4d2a134f4f3eeda4 Mon Sep 17 00:00:00 2001 From: Felix Buehler Date: Fri, 4 Sep 2020 16:20:40 +0200 Subject: [PATCH] [git] write commitgraph and remove gnome-keyring-helper --- git/gitconfig | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/git/gitconfig b/git/gitconfig index d84e93e..fff1b48 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -14,6 +14,7 @@ eol = native pager = diff-so-fancy | less --tabs=4 -RFX quotepath = false + commitGraph = true [alias] committree = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit ct = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit @@ -50,8 +51,6 @@ clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f required = true -[credential] - helper = /usr/bin/git-credential-gnome-keyring [rebase] autosquash = true [color "diff"] @@ -61,3 +60,5 @@ old = red bold new = green bold whitespace = red reverse +[gc] + writeCommitGraph = true