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:
committed by
Indrajit Raychaudhuri
parent
924d68bd87
commit
44cece01b2
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user