From ab917d4a0e1135988c55943bdc3240b873146c64 Mon Sep 17 00:00:00 2001 From: Takeshi Banse Date: Fri, 21 Mar 2014 11:15:58 +0900 Subject: 32502: fix typo in argument list for git completio --- ChangeLog | 5 +++++ Completion/Unix/Command/_git | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 98b9eca6c..60e38b685 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-03-21 Peter Stephenson + + * Takeshi Banse: 32502: Completion/Unix/Command/_git: fix typo + in argument list. + 2014-03-20 Peter Stephenson * users/18644: Doc/Zsh/zle.yo: bindkey -s doc should refer to diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git index b082bb050..4982f3061 100644 --- a/Completion/Unix/Command/_git +++ b/Completion/Unix/Command/_git @@ -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' \ -- cgit 1.4.1