Re: [PATCH 00/13] format-patch: clean up tests and documentation

2019-08-26 Thread Junio C Hamano
Denton Liu writes: > On Sat, Aug 24, 2019 at 04:25:17AM -0400, Denton Liu wrote: >> *** BLURB HERE *** > > Whoops, perhaps we also need a configuration option for turning this off > as well ;) Yes. I think it is OK to just remove it when we are taking anything from the branch.*.description (and

Re: [PATCH 00/13] format-patch: clean up tests and documentation

2019-08-24 Thread Denton Liu
On Sat, Aug 24, 2019 at 04:25:17AM -0400, Denton Liu wrote: > *** BLURB HERE *** Whoops, perhaps we also need a configuration option for turning this off as well ;) > > As one of the older parts of the Git, the tests and documentation for > format-patch have been needing cleanup for a while. Let

[PATCH 00/13] format-patch: clean up tests and documentation

2019-08-24 Thread Denton Liu
*** BLURB HERE *** As one of the older parts of the Git, the tests and documentation for format-patch have been needing cleanup for a while. Let's do that in this patchset! This patchset is based on v3 of "format-patch: learn --infer-cover-subject option (also t4014 cleanup)"[1]. Changes since v