]> Sergey Matveev's repositories - dotfiles.git/commitdiff
Show git signature only during git-show
authorSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:45:06 +0000 (12:45 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Wed, 16 Sep 2020 09:45:06 +0000 (12:45 +0300)
git/.gitconfig
zsh/.zshrc

index f4045b6927877c3cfa04be90723537754dade5e0..0263b614a5323972a520d289b4be8ddd385cbe30 100644 (file)
@@ -21,7 +21,6 @@
        whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
 [log]
        date = iso8601
        whitespace = blank-at-eol, space-before-tab, tab-in-indent, blank-at-eof
 [log]
        date = iso8601
-       showSignature = true
 [push]
        default = current
 [rebase]
 [push]
        default = current
 [rebase]
index 42dbbb4121d75b67a0d530b3837dcb97b4737d45..5da7258c5b308aa7ebde765e5e9127f1458db16c 100644 (file)
@@ -116,7 +116,7 @@ alias Ga="git add"
 alias Gb="git branch"
 alias Gc="git checkout"
 alias Gd="git diff"
 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"
 
 alias Gm="git diff --name-only --diff-filter=M"
 alias Gam="git commit --amend"