Re: [PATCH v2 0/6] sequencer: start running post-commit hook again

2019-10-15 Thread Junio C Hamano
Johannes Schindelin writes: > Hi Phillip, > > On Tue, 15 Oct 2019, Phillip Wood via GitGitGadget wrote: > >> When I converted the sequencer to avoid forking git commit i forgot about >> the post-commit hook. These patches are based on >> pw/rebase-i-show-HEAD-to-reword, otherwise the new test fai

Re: [PATCH v2 0/6] sequencer: start running post-commit hook again

2019-10-15 Thread Johannes Schindelin
Hi Phillip, On Tue, 15 Oct 2019, Phillip Wood via GitGitGadget wrote: > When I converted the sequencer to avoid forking git commit i forgot about > the post-commit hook. These patches are based on > pw/rebase-i-show-HEAD-to-reword, otherwise the new test fails as that branch > changes the number

[PATCH v2 0/6] sequencer: start running post-commit hook again

2019-10-15 Thread Phillip Wood via GitGitGadget
When I converted the sequencer to avoid forking git commit i forgot about the post-commit hook. These patches are based on pw/rebase-i-show-HEAD-to-reword, otherwise the new test fails as that branch changes the number of commits we make. Thanks to Dscho & Junio for their comments on V1. I've made