1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-19 11:31:26 +01:00

32502: fix typo in argument list for git completio

This commit is contained in:
Takeshi Banse 2014-03-21 11:15:58 +09:00 committed by Peter Stephenson
parent 9c3733e8f7
commit ab917d4a0e
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2014-03-21 Peter Stephenson <p.w.stephenson@ntlworld.com>
* Takeshi Banse: 32502: Completion/Unix/Command/_git: fix typo
in argument list.
2014-03-20 Peter Stephenson <p.stephenson@samsung.com>
* users/18644: Doc/Zsh/zle.yo: bindkey -s doc should refer to

View file

@ -925,7 +925,7 @@ _git-grep () {
'--untracked[search in untracked files]' \
'(-a --text)'{-a,--text}'[process binary files as if they were text]' \
'(--textconv --no-textconv)--textconv[honor textconv filter settings]' \
'(--textconv --no-textconv}--no-textconv[do not honor textconv filter settings]' \
'(--textconv --no-textconv)--no-textconv[do not honor textconv filter settings]' \
'(-i --ignore-case)'{-i,--ignore-case}'[ignore case when matching]' \
'-I[do not match pattern in binary files]' \
'--max-depth=[descend at most given levels of directories]: :__git_guard_number depth' \