From: Sergey Matveev Date: Wed, 16 Sep 2020 09:45:06 +0000 (+0300) Subject: Show git signature only during git-show X-Git-Url: http://www.git.stargrave.org/?p=dotfiles.git;a=commitdiff_plain;h=156214194e82f4c8c3cec765250a80cbbf8746c6 Show git signature only during git-show --- diff --git a/git/.gitconfig b/git/.gitconfig index f4045b6..0263b61 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -21,7 +21,6 @@ whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof [log] date = iso8601 - showSignature = true [push] default = current [rebase] diff --git a/zsh/.zshrc b/zsh/.zshrc index 42dbbb4..5da7258 100644 --- a/zsh/.zshrc +++ b/zsh/.zshrc @@ -116,7 +116,7 @@ alias Ga="git add" alias Gb="git branch" alias Gc="git checkout" alias Gd="git diff" -alias Gs="git show" +alias Gs="git show --show-signature" alias Gm="git diff --name-only --diff-filter=M" alias Gam="git commit --amend"