From 6c9130e407ab4a7d67588ba2cc47c39d0839cfe2 Mon Sep 17 00:00:00 2001 From: "bozo.kopic" Date: Fri, 8 May 2020 19:37:41 +0200 Subject: . --- git/.gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'git/.gitconfig') diff --git a/git/.gitconfig b/git/.gitconfig index 2d2cb15..fd017a5 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -10,14 +10,16 @@ autocrlf = false editor = vim [alias] - tree = log --graph --all --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short - tree-single = log --graph --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short + tree = log --graph --pretty='format:"%C(auto)%h [%ad] %an%d: %s"' --date=short [diff] tool = meld guitool = meld + submodule = log [push] default = simple [difftool "meld"] path = /usr/bin/meld [commit] gpgsign = true +[status] + submodulesummary = 1 -- cgit v1.2.3-70-g09d2