]> git.ipfire.org Git - thirdparty/git.git/commit
SubmittingPatches: guidance for multi-series efforts
authorTaylor Blau <me@ttaylorr.com>
Tue, 7 Oct 2025 21:39:41 +0000 (17:39 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Oct 2025 22:19:24 +0000 (15:19 -0700)
commit1a41698841065f7911f31f20cd1ba9ec7c297aae
treed52b8aca5625cdc33c242ec29672859d5d3e9124
parent881445157279bc2319b7b3c1392d5083453f4662
SubmittingPatches: guidance for multi-series efforts

Occasionally there are efforts to contribute to the Git project that
span more than one patch series in order to achieve a broader goal. By
convention, the maintainer has typically suffixed the topic names with
"-part-one", or "-part-1" and so on.

Document that convention and suggest some guidance on how to structure
proposed topic names for multi-series efforts.

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Taylor Blau <me@ttaylorr.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/SubmittingPatches