Browse code

added git log with graph

Sven Lito authored on 11/10/2010 at 01:43:51
Showing 1 changed files
... ...
@@ -27,6 +27,8 @@ alias gcp='git cherry-pick'
27 27
 compdef _git gcp=git-cherry-pick
28 28
 alias glg='git log --stat --max-count=5'
29 29
 compdef _git glg=git-log
30
+alias glgg='git log --graph --max-count=5'
31
+compdef _git glgg=git-log
30 32
 
31 33
 # Git and svn mix
32 34
 alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'