Message ID | cover.1710994548.git.dsimic@manjaro.org (mailing list archive) |
---|---|
Headers | show |
Series | Fix a bug in configuration parsing, and improve tests and documentation | expand |
On Thu, Mar 21, 2024 at 12:17 AM Dragan Simic <dsimic@manjaro.org> wrote: > In v2, this series had five patches in total, out of which the third patch > (i.e. patch 3/5) was dropped in v3. [4] Other changes in each version are > described in each patch. In addition to a written description of the changes since the previous version, reviewers also greatly appreciate seeing a range-diff which you can generate automatically in the cover-letter via: git format-patch --cover-letter --range-diff=<...> ... or less frequently, an interdiff via: git format-patch --cover-letter --interdiff=<...> ... Both options (--range-diff & --interdiff) also work for single-patch series which lack a cover-letter.
On 2024-03-21 05:50, Eric Sunshine wrote: > On Thu, Mar 21, 2024 at 12:17 AM Dragan Simic <dsimic@manjaro.org> > wrote: >> In v2, this series had five patches in total, out of which the third >> patch >> (i.e. patch 3/5) was dropped in v3. [4] Other changes in each version >> are >> described in each patch. > > In addition to a written description of the changes since the previous > version, reviewers also greatly appreciate seeing a range-diff which > you can generate automatically in the cover-letter via: > > git format-patch --cover-letter --range-diff=<...> ... > > or less frequently, an interdiff via: > > git format-patch --cover-letter --interdiff=<...> ... > > Both options (--range-diff & --interdiff) also work for single-patch > series which lack a cover-letter. I'll keep that in mind for future patches.