This commit is contained in:
GitHub Merge Button 2012-05-31 14:50:04 -07:00
commit cb8d581550

View file

@ -24,8 +24,8 @@ alias gba='git branch -a'
compdef _git gba=git-branch
alias gcount='git shortlog -sn'
compdef gcount=git
alias gcp='git cherry-pick'
compdef _git gcp=git-cherry-pick
alias gchp='git cherry-pick'
compdef _git gchp=git-cherry-pick
alias glg='git log --stat --max-count=5'
compdef _git glg=git-log
alias glgg='git log --graph --max-count=5'