Re: [PATCH 3/3] format-patch: infer cover letter from branch description

2019-08-19 Thread Eric Sunshine
On Sun, Aug 18, 2019 at 10:37 PM Denton Liu wrote: > We used to populate the subject of the cover letter generated by > git-format-patch with "*** SUBJECT HERE ***". However, if a user submits > multiple patchsets, they may want to keep a consistent subject between > rerolls. > > If git-format-pat

[PATCH 3/3] format-patch: infer cover letter from branch description

2019-08-18 Thread Denton Liu
We used to populate the subject of the cover letter generated by git-format-patch with "*** SUBJECT HERE ***". However, if a user submits multiple patchsets, they may want to keep a consistent subject between rerolls. If git-format-patch is run with `--infer-cover-letter` or `format.inferCoverSubj