From: Samir Benmendil Date: Mon, 10 Jun 2013 16:22:24 +0000 (+0200) Subject: yeah like 5 is ever enough and glgga is way to weird X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/8bac79050f9ac56ec5db7f26c5e716cfa742ed22 yeah like 5 is ever enough and glgga is way to weird --- diff --git a/zsh/aliases/git.zsh b/zsh/aliases/git.zsh index 64c7d0c..f56014d 100644 --- a/zsh/aliases/git.zsh +++ b/zsh/aliases/git.zsh @@ -40,9 +40,9 @@ compdef gcount=git alias gcl='git config --list' alias gcp='git cherry-pick' compdef _git gcp=git-cherry-pick -alias glg='git log --stat --max-count=5 --decorate' +alias glg='git log --stat --max-count=20 --decorate' compdef _git glg=git-log -alias glgg='git log --graph --max-count=5 --decorate' +alias glgg='git log --graph --max-count=20 --decorate' compdef _git glgg=git-log alias glgga='git log --graph --decorate --all' compdef _git glgga=git-log