Hi, On Sun, 31 May 2020, Junio C Hamano wrote: > Sibi Siddharthan <sibisiddharthan.github@xxxxxxxxx> writes: > > > On Sat, May 30, 2020 at 12:57 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > >> ... > >> Everything after the "Changes" line does not belong to the commit > >> log, as it is no use for those who read "git log" output and > >> encounter the "first" attempt to add CMake support there. There is > >> no need to tell them that you did things differently from this > >> version in the past, as they simply do not know what you did in the > >> previous iterations, nor particularly care about them. > >> > >> These *do* help reviewers who saw previous iterations, and the space > >> after the three-dash line below is the right/recommended place for > >> them. > >> > >> The above applies to other patches in this series. > > > > Do you mean this line '---' below? > > Yes. > > > If so how do I place the changelog below them? > > I just do `/submit` at gigitgadet/git. > > Sorry, I don't use GGG, so the question needs to be redirected to > those who do and enhance (Dscho cc'ed). There is currently no support for that in GitGitGadget. The idea was to put such commentary into the cover letter, usually by editing the first PR comment and appending the additional information before `/submit`ing. IIRC some support was added to `format-patch` to potentially pick up comments via notes to be added after the `---` line. So it should not be all too hard, I simply cannot afford the time for that right now (but I'd of course be glad to review/accept PRs at https://github.com/gitgitgadget/gitgitgadget). Ciao, Dscho > >> > Signed-off-by: Sibi Siddharthan <sibisiddharthan.github@xxxxxxxxx> > >> > --- > > Here is what I meant, but another place that is suitable to describe > differences from previous rounds is the cover letter. If the split > of tasks between steps in a multi-patch series hasn't changed from > the previous round, it makes it easier to review if the changes > since the last round for each individual step is described in the > message itself, like you did. It just needs to be done outside the > log message. > > Thanks. >