SZEDER GGGbor <szeder@xxxxxxxxxx> wrote: > It will never trigger anyway because of the first check, and even if it > would, it would not offer the command line option. > > Signed-off-by: SZEDER Gábor <szeder@xxxxxxxxxx> Oops. I should have caught that. ACK. > diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash > index 447cb06..5d60f82 100755 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -1427,7 +1427,7 @@ _git_stash () > apply,--*) > __gitcomp "--index" > ;; > - show,--*|apply,--*|drop,--*|pop,--*|branch,--*) > + show,--*|drop,--*|pop,--*|branch,--*) > COMPREPLY=() > ;; > show,*|apply,*|drop,*|pop,*|branch,*) -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html