Re: [PATCH v2 0/3] pre-push hook support

2013-01-14 Thread Junio C Hamano
Junio C Hamano writes: > Junio C Hamano writes: > >> Aaron Schrab writes: >> >>> Main changes since the initial version: >>> >>> * The first patch converts the existing hook callers to use the new >>>find_hook() function. >>> * Information about what is to be pushed is now sent over a pip

Re: [PATCH v2 0/3] pre-push hook support

2013-01-14 Thread Junio C Hamano
Junio C Hamano writes: > Aaron Schrab writes: > >> Main changes since the initial version: >> >> * The first patch converts the existing hook callers to use the new >>find_hook() function. >> * Information about what is to be pushed is now sent over a pipe rather >>than passed as comma

Re: [PATCH v2 0/3] pre-push hook support

2013-01-14 Thread Junio C Hamano
Aaron Schrab writes: > Main changes since the initial version: > > * The first patch converts the existing hook callers to use the new >find_hook() function. > * Information about what is to be pushed is now sent over a pipe rather >than passed as command-line parameters. > > Aaron Schr

[PATCH v2 0/3] pre-push hook support

2013-01-12 Thread Aaron Schrab
Main changes since the initial version: * The first patch converts the existing hook callers to use the new find_hook() function. * Information about what is to be pushed is now sent over a pipe rather than passed as command-line parameters. Aaron Schrab (3): hooks: Add function to chec