Re: [PATCH] Add support for a 'pre-push' hook

2012-11-17 Thread Aske Olsson
On Sat, Nov 17, 2012 at 7:39 AM, Michael Haggerty mhag...@alum.mit.edu wrote: On 11/16/2012 09:30 PM, Junio C Hamano wrote: Aske Olsson askeols...@gmail.com writes: If the script .git/hooks/pre-push exists and is executable it will be called before a `git push` command, and when

Re: [PATCH] Add support for a 'pre-push' hook

2012-11-17 Thread Aske Olsson
On Fri, Nov 16, 2012 at 9:25 PM, Matthieu Moy matthieu@grenoble-inp.fr wrote: Aske Olsson askeols...@gmail.com writes: +--no-verify:: + This option bypasses the pre-push hook. + See also linkgit:githooks[5]. + -q:: --quiet:: Suppress all output, including the listing of updated