Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > +_git_replace () > +{ > + __gitcomp "$(__git_refs)" > +} > + > _git_reset () > { > __git_has_doubledash && return > @@ -2162,6 +2167,7 @@ _git () > push) _git_push ;; > rebase) _git_rebase ;; > remote) _git_remote ;; > + replace) _git_replace ;; -- 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