From 3f17c293fe205729a0dc0317cd44c9d937ebd439 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 15 Jan 2020 15:50:57 +0100 Subject: gitconfig: sign, verbose and cleanup --- gitconfig | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gitconfig') diff --git a/gitconfig b/gitconfig index 0144478..161f062 100644 --- a/gitconfig +++ b/gitconfig @@ -8,6 +8,9 @@ editor = vim [commit] gpgsign = true + verbose = true +[tag] + gpgSign = true [merge] tool = vimdiff [alias] @@ -19,5 +22,4 @@ type = cat-file -t dump = cat-file -p please = push --force-with-lease -[commit] - verbose = true + cleanup = "!git branch --merged HEAD --format=\"%(refname:lstrip=2)\" | grep -vx master | xargs git branch -d" -- cgit v1.2.3