Browse code

added git log incl. stats for the past 5 commits

Sven Lito authored on 09/10/2010 at 14:03:08
Showing 1 changed files
... ...
@@ -12,7 +12,7 @@ alias gb='git branch'
12 12
 alias gba='git branch -a'
13 13
 alias gcount='git shortlog -sn'
14 14
 alias gcp='git cherry-pick'
15
-
15
+alias glg='git log --stat --max-count=5'
16 16
 
17 17
 # Git and svn mix
18 18
 alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk'