Skip to content

Commit

Permalink
Remove --all from git alias glg (sorin-ionescu#1853)
Browse files Browse the repository at this point in the history
  • Loading branch information
hidekuro authored and Harry Green committed Jul 16, 2020
1 parent 31ac871 commit e7a039b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/git/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ if ! zstyle -t ':prezto:module:git:alias' skip 'yes'; then
alias gls='git log --topo-order --stat --pretty=format:"${_git_log_medium_format}"'
alias gld='git log --topo-order --stat --patch --full-diff --pretty=format:"${_git_log_medium_format}"'
alias glo='git log --topo-order --pretty=format:"${_git_log_oneline_format}"'
alias glg='git log --topo-order --all --graph --pretty=format:"${_git_log_oneline_format}"'
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'
Expand Down

0 comments on commit e7a039b

Please sign in to comment.