Re: [PATCH v5 3/3] format-patch: teach --cover-from-description option

2019-10-14 Thread Junio C Hamano
Denton Liu writes: > diff --git a/builtin/log.c b/builtin/log.c > index d212a8305d..af33fe9ffb 100644 > --- a/builtin/log.c > +++ b/builtin/log.c > @@ -1057,6 +1072,44 @@ static void show_diffstat(struct rev_info *rev, > fprintf(rev->diffopt.file, "\n"); > } > > +static void pp_from_desc

[PATCH v5 3/3] format-patch: teach --cover-from-description option

2019-10-14 Thread Denton Liu
Before, when format-patch generated a cover letter, only the body would be populated with a branch's description while the subject would be populated with placeholder text. However, users may want to have the subject of their cover letter automatically populated in the same way. Teach format-patch