Michael Witten <mfwitten@xxxxxxxxx> writes: > That is, > > git fetch origin frotz --tags > > is equivalent to: > > git fetch origin frotz 'refs/tags/*:refs/tags/*' No matter what you do, please do not introduce a bad example that violates the usual command line syntax convention to have subcommand (e.g. fetch), options meant for the subcommand (e.g. --tags) and then other arguments. -- 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