Re: [PATCH] Document push --no-verify

2013-05-22 Thread Thomas Rast
Junio C Hamano writes: > Thomas Rast writes: > >> ec9 (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 =

Re: [PATCH] Document push --no-verify

2013-05-22 Thread Junio C Hamano
Thomas Rast writes: > ec9 (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 --

[PATCH] Document push --no-verify

2013-05-22 Thread Thomas Rast
ec9 (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. Signed-off-by: Thomas Rast --- The insertion spot is at the end, because the existing ordering is indistinguishable from random. This should also be fixed, but is a m