Updated to "short" output, a good compromise

signal:noise is better like this :) (thanks for the headsup
 capncodewash
:) )

-Dx
This commit is contained in:
D. Rimron 2011-07-05 12:24:18 +01:00
commit 591a563d34

View file

@ -27,7 +27,7 @@ alias gcp='git cherry-pick'
compdef _git gcp=git-cherry-pick compdef _git gcp=git-cherry-pick
alias glg='git log --stat --max-count=5' alias glg='git log --stat --max-count=5'
compdef _git glg=git-log compdef _git glg=git-log
alias glp='git log --pretty=oneline --graph' alias glp='git log --pretty=short --graph'
compdef _git glp=git-log compdef _git glp=git-log
# Git and svn mix # Git and svn mix