Re: [PATCH v3 3/3] sequencer: run 'prepare-commit-msg' hook

2018-01-29 Thread Johannes Schindelin
Hi Phillip, On Wed, 24 Jan 2018, Phillip Wood wrote: > diff --git a/sequencer.h b/sequencer.h > index > 24401b07d57b7ca875dea939f465f3e6cf1162a5..e45b178dfc41d723bf186f20674c4515d7c7fa00 > 100644 > --- a/sequencer.h > +++ b/sequencer.h > @@ -1,6 +1,7 @@ > #ifndef SEQUENCER_H > #define

Re: [PATCH v3 3/3] sequencer: run 'prepare-commit-msg' hook

2018-01-25 Thread Phillip Wood
On 24/01/18 18:59, Junio C Hamano wrote: Ramsay Jones writes: On 24/01/18 12:34, Phillip Wood wrote: From: Phillip Wood Commit 356ee4659b ("sequencer: try to commit without forking 'git commit'", 2017-11-24) forgot to run the

Re: [PATCH v3 3/3] sequencer: run 'prepare-commit-msg' hook

2018-01-24 Thread Junio C Hamano
Ramsay Jones writes: > On 24/01/18 12:34, Phillip Wood wrote: >> From: Phillip Wood >> >> Commit 356ee4659b ("sequencer: try to commit without forking 'git >> commit'", 2017-11-24) forgot to run the 'prepare-commit-msg' hook when >>

Re: [PATCH v3 3/3] sequencer: run 'prepare-commit-msg' hook

2018-01-24 Thread Ramsay Jones
On 24/01/18 12:34, Phillip Wood wrote: > From: Phillip Wood > > Commit 356ee4659b ("sequencer: try to commit without forking 'git > commit'", 2017-11-24) forgot to run the 'prepare-commit-msg' hook when > creating the commit. Fix this by writing the commit message

[PATCH v3 3/3] sequencer: run 'prepare-commit-msg' hook

2018-01-24 Thread Phillip Wood
From: Phillip Wood Commit 356ee4659b ("sequencer: try to commit without forking 'git commit'", 2017-11-24) forgot to run the 'prepare-commit-msg' hook when creating the commit. Fix this by writing the commit message to a different file and running the hook. Using a