1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2026-04-18 13:24:04 +00:00

git: addjut git alias to show log with GPG signatures

This commit is contained in:
Caio Mathielo
2018-03-07 11:35:05 +01:00
committed by Indrajit Raychaudhuri
parent 924d68bd87
commit 44cece01b2

View File

@@ -192,7 +192,7 @@ if ! zstyle -t ':prezto:module:git:alias' skip; then
alias glg='git log --topo-order --graph --pretty=format:"$_git_log_oneline_format"'
alias glb='git log --topo-order --pretty=format:"$_git_log_brief_format"'
alias glc='git shortlog --summary --numbered'
alias glS='git log --show-signature'
alias glS='git log --topo-order --show-signature --pretty=format:"${_git_log_medium_format}"'
# Merge (m)
alias gm='git merge'