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 Erik Johansen committed Feb 1, 2021
1 parent e2c0733 commit c2d64b3
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 @@ -190,7 +190,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 c2d64b3

Please sign in to comment.