doc: clarify practices for submitting updated patch versionsjt/doc-submitting-rerolled-series
commit4cf6e7bf5e3e81bb7bda7cc22eb29961743b81b9
authorJustin Tobler <jltobler@gmail.com>
Thu, 25 Apr 2024 21:34:04 +0000 (25 16:34 -0500)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Apr 2024 21:49:06 +0000 (25 14:49 -0700)
tree991fe6dd3b6422d0fdd57c4dae480b5e76437076
parente326e520101dcf43a0499c3adc2df7eca30add2d
doc: clarify practices for submitting updated patch versions

The `SubmittingPatches` documentation briefly mentions that related
patches should be grouped together in their own e-mail thread. Expand on
this to explicitly state that updated versions of a patch series should
also follow this. Also provide add a link to existing documentation from
`MyFirstContribution` that provides detailed instructions on how to do
this via `git-send-email(1)`.

Signed-off-by: Justin Tobler <jltobler@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches