Re: [PATCH v8 08/11] merge: cleanup messages like commit

2019-03-19 Thread Denton Liu
Hi Phillip, On Tue, Mar 19, 2019 at 11:13:37AM +, Phillip Wood wrote: > Hi Denton > > On 17/03/2019 10:16, Denton Liu wrote: > > This change allows git-merge messages to be cleaned up with the > > commit.cleanup configuration or --cleanup option, just like how > > git-commit does it. > > > >

Re: [PATCH v8 08/11] merge: cleanup messages like commit

2019-03-19 Thread Phillip Wood
Hi Denton On 17/03/2019 10:16, Denton Liu wrote: This change allows git-merge messages to be cleaned up with the commit.cleanup configuration or --cleanup option, just like how git-commit does it. We also give git-pull the passthrough option of --cleanup so that it can also take advantage of th

[PATCH v8 08/11] merge: cleanup messages like commit

2019-03-17 Thread Denton Liu
This change allows git-merge messages to be cleaned up with the commit.cleanup configuration or --cleanup option, just like how git-commit does it. We also give git-pull the passthrough option of --cleanup so that it can also take advantage of this change. Finally, add testing to ensure that mess