diff options
author | Sven Lito <me@svenlito.com> | 2010-10-09 15:03:08 +0100 |
---|---|---|
committer | Sven Lito <me@svenlito.com> | 2010-10-09 15:03:08 +0100 |
commit | dfbed8fd9894ec4b13745e9e08233a750c2369ee (patch) | |
tree | 3af0874fca77b5ccf88e65bf8a9973faea90787b /plugins | |
parent | 249fe1471cde3b12366729e5a869dd56c26b07ce (diff) | |
download | zsh-dfbed8fd9894ec4b13745e9e08233a750c2369ee.tar.gz zsh-dfbed8fd9894ec4b13745e9e08233a750c2369ee.tar.bz2 zsh-dfbed8fd9894ec4b13745e9e08233a750c2369ee.zip |
added git log incl. stats for the past 5 commits
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/git/git.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/git/git.plugin.zsh b/plugins/git/git.plugin.zsh index 655eaf728..d317d179d 100644 --- a/plugins/git/git.plugin.zsh +++ b/plugins/git/git.plugin.zsh @@ -12,7 +12,7 @@ alias gb='git branch' alias gba='git branch -a' alias gcount='git shortlog -sn' alias gcp='git cherry-pick' - +alias glg='git log --stat --max-count=5' # Git and svn mix alias git-svn-dcommit-push='git svn dcommit && git push github master:svntrunk' |