alias glg='git --no-pager log --graph --max-count=20 --pretty=tformat:"%Cblue%cd %C(auto)%h%d %s" --date=short'
function glm { glg "${1:-origin}".. }
compdef _git glm=git-log
alias glg='git --no-pager log --graph --max-count=20 --pretty=tformat:"%Cblue%cd %C(auto)%h%d %s" --date=short'
function glm { glg "${1:-origin}".. }
compdef _git glm=git-log