SZEDER GGGbor <szeder@xxxxxxxxxx> wrote: > Commit d773c631 (bash: offer only paths after '--', 2008-07-08) did the > same for several other git commands, but 'git checkout' went unnoticed. > > Signed-off-by: SZEDER Gábor <szeder@xxxxxxxxxx> Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash > index 2edb341..9b51fda 100755 > --- a/contrib/completion/git-completion.bash > +++ b/contrib/completion/git-completion.bash > @@ -626,6 +626,8 @@ _git_bundle () > > _git_checkout () > { > + __git_has_doubledash && return > + > __gitcomp "$(__git_refs)" > } > -- 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