On Wed, Apr 17, 2024, at 05:32, Dragan Simic wrote: > Add --resend as the new command-line option for "git format-patch" that adds > "RESEND" as a (sub)suffix to the patch subject prefix, eventually producing > "[PATCH RESEND]" as the default patch subject prefix. I think this paragraph is a bit *long*. How about “ --resend adds "RESEND" to the subject prefix (producing "PATCH RESEND" by default). (I took this from description of `--rfc`.) Probably modified to fit in with the other paragraphs. > Of course, add the description of the new --resend command-line option to > the documentation for "git format-patch". This paragraph can be dropped. ;) Adding documentation along with a new feature doesn’t need to be called out.