Sverre Rabbelier, 05.03.2009: > Heya, > > Observe: > $ git push ori<tab> > git push origin > > $ git push -f ori<tab> > git push -f origin/ > > Something weird going on there, or is this intentional and am I > missing something? Something similar happens with fetch and pull. They only complete the remote name, when exactly 2 words are existing on the command line ("git" and the subcommand) by: if [ "$COMP_CWORD" = 2 ] Doesn't seem right. Markus -- 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