Re: [PATCH v5 0/4] pre-merge-commit hook

2019-08-08 Thread Martin Ă…gren
On Wed, 7 Aug 2019 at 20:57, Josh Steadmon wrote: > > This series adds a new pre-merge-commit hook, similar in usage to > pre-commit. It also improves hook testing in t7503, by verifying that > the correct hooks are run or bypassed as expected. > > The original series was done by Michael J Gruber

[PATCH v5 0/4] pre-merge-commit hook

2019-08-07 Thread Josh Steadmon
This series adds a new pre-merge-commit hook, similar in usage to pre-commit. It also improves hook testing in t7503, by verifying that the correct hooks are run or bypassed as expected. The original series was done by Michael J Gruber . I have addressed the outstanding review comments, and noted