alias glgg='git log --stat --graph --max-count=20 --decorate'
compdef _git glgg=git-log
alias glgga='git log --stat --graph --decorate --all'
alias glgg='git log --stat --graph --max-count=20 --decorate'
compdef _git glgg=git-log
alias glgga='git log --stat --graph --decorate --all'