On 24/04/25 12:45PM, Kristoffer Haugsbakk wrote: > On Thu, Apr 25, 2024, at 12:18, Roland Hieber wrote: > > Signed-off-by: Roland Hieber <rhi@xxxxxxxxxxxxxx> > > --- > > PATCH v3: > > - make use of __gitcomp_builtin instead of hard-coded options, and add > > a test for it (thanks to Patrick Steinhardt) > > - add empty line between test cases (thanks to Patrick Steinhardt) > > > > PATCH v2: https://lore.kernel.org/git/20240424215019.268208-1-rhi@xxxxxxxxxxxxxx > > - no changes > > > > PATCH v1: > > https://lore.kernel.org/git/20240424210549.256256-1-rhi@xxxxxxxxxxxxxx/ > > You can use `git format-patch > --in-reply-to='20240424215019.268208-1-rhi@xxxxxxxxxxxxxx'` in order to > link v3 to v2 (or rather: you can use that for a possible v4 (points to > v3)). > > (I was going to link to SubmittingPatches here but I didn’t find a > mention of it there. Apparently I misremembered.) There is a section in the MyFirstContribution docs that mentions it briefly: https://git-scm.com/docs/MyFirstContribution#v2-git-send-email -Justin