Fixed Git graph log aliases.
This commit is contained in:
parent
5f81b5ba1e
commit
5b15f3ab1e
|
@ -234,11 +234,13 @@ alias glo='git log --topo-order ${git_log_format_oneline}'
|
||||||
compdef _git glo=git-log
|
compdef _git glo=git-log
|
||||||
alias glO='git log --topo-order --date=short ${git_log_format_oneline_more}'
|
alias glO='git log --topo-order --date=short ${git_log_format_oneline_more}'
|
||||||
compdef _git glO=git-log
|
compdef _git glO=git-log
|
||||||
alias glg='git log --graph --topo-order ${git_log_format_medium}'
|
alias glg='git log --topo-order --all --graph ${git_log_format_oneline}'
|
||||||
compdef _git glg=git-log
|
compdef _git glg=git-log
|
||||||
alias gls='git log --graph --topo-order --stat ${git_log_format_medium}'
|
alias glG='git log --topo-order --all --graph --date=short ${git_log_format_oneline_more}'
|
||||||
|
compdef _git glG=git-log
|
||||||
|
alias gls='git log --topo-order --stat ${git_log_format_medium}'
|
||||||
compdef _git gls=git-log
|
compdef _git gls=git-log
|
||||||
alias gld='git log --graph --topo-order --stat --patch --full-diff ${git_log_format_medium}'
|
alias gld='git log --topo-order --stat --patch --full-diff ${git_log_format_medium}'
|
||||||
compdef _git gld=git-log
|
compdef _git gld=git-log
|
||||||
alias glc='git shortlog --summary --numbered'
|
alias glc='git shortlog --summary --numbered'
|
||||||
compdef _git glc=git-shortlog
|
compdef _git glc=git-shortlog
|
||||||
|
|
Loading…
Reference in a new issue