diff options
author | Robby Russell <robby@planetargon.com> | 2010-10-09 10:06:49 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2010-10-09 10:06:49 -0700 |
commit | df126ef5ba7461fb227a0fa39c3d416d94b08931 (patch) | |
tree | 56ad54e159effebd17c397c4e216ee837b892cbe /plugins/git | |
parent | d1c8ef46e0556c2b82ac65f8770ee0bfe87586ce (diff) | |
parent | 210c76c35b1db7a761df45cd7f85d3b324f8e0b5 (diff) | |
download | zsh-df126ef5ba7461fb227a0fa39c3d416d94b08931.tar.gz zsh-df126ef5ba7461fb227a0fa39c3d416d94b08931.tar.bz2 zsh-df126ef5ba7461fb227a0fa39c3d416d94b08931.zip |
Merge branch 'master' of http://github.com/svnlto/oh-my-zsh into svnlto-master
Diffstat (limited to 'plugins/git')
-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' |