On Sun, Dec 29, 2024 at 1:12 AM Alexander Shopov <ash@xxxxxxxxxxxxxx> wrote: > > Thanks a lot for applying and especially for the feedback. > > > you have to fight the tool to have them produce "[PATCH 4 1/1]" > The command I used was > git format-patch ... --subject-prefix 'PATCH 4' ... > I guess I should use --subject-prefix 'PATCH v4' unless there is some other trick I am missing. You should use "git format-patch --thread -v4" or "--reroll-count=4" instead. -- Jiang Xin