From 533f00d4350189deca00b4afd512733150eb23cc Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Sun, 21 Jan 2018 15:27:14 +0100 Subject: git: Drop --verbose from aliases since commit.verbose is set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- git/config | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/git/config b/git/config index b4f6cb9..6ce133e 100644 --- a/git/config +++ b/git/config @@ -4,9 +4,9 @@ signingkey = 3A9D0BB5 [alias] - amend = commit --amend --verbose + amend = commit --amend br = branch - ci = commit --verbose --signoff + ci = commit --signoff co = checkout di = diff dc = diff --cached @@ -56,6 +56,9 @@ status = never tag = auto dense +[commit] + verbose = true + [core] # never use an askpass even if $SSH_ASKPASS is set askpass = @@ -134,8 +137,6 @@ [rerere] enabled = true -[commit] - verbose = true [filter "lfs"] clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f -- cgit v1.2.3-54-g00ecf