mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Remove --max-count option from git log
This commit is contained in:
parent
1b6af54676
commit
1dd09dc2a2
1 changed files with 2 additions and 2 deletions
|
|
@ -60,9 +60,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=10'
|
||||
alias glg='git log --stat'
|
||||
compdef _git glg=git-log
|
||||
alias glgg='git log --graph --max-count=10'
|
||||
alias glgg='git log --graph'
|
||||
compdef _git glgg=git-log
|
||||
alias glgga='git log --graph --decorate --all'
|
||||
compdef _git glgga=git-log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue