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 tjmcs committed Jun 12, 2024
1 parent 0d12814 commit 52279e5
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 52279e5

Please sign in to comment.