Junio C Hamano <gitster@xxxxxxxxx> writes: > Thomas Rast <trast@xxxxxxxxxxx> writes: > >> ec55559 (push: Add support for pre-push hooks, 2013-01-13) forgot to >> add a note to git-push(1) about the new --no-verify option. > > Does it take --verify option (that may well be the default) so that > somebody with > > [alias] put = push --no-verify > > can say "git put --verify args..."? Yes. Doesn't parse-options implicitly do the correct negation for all boolean options, even those that are declared in their negative form? -- Thomas Rast trast@{inf,student}.ethz.ch -- 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