From 047fae141bb50e783338497716848dff53506570 Mon Sep 17 00:00:00 2001 From: Pratik Karki Date: Tue, 3 Jul 2018 00:29:17 +0545 Subject: [PATCH] CONTRIBUTING.md: add an extra example This commit adds an extra example to submit an incrementing version patch series to the mailing list which should be the continuation to previous patch series. This closes https://github.com/git-for-windows/git/pull/1745 Signed-off-by: Pratik Karki Signed-off-by: Johannes Schindelin --- CONTRIBUTING.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e5aa10e012..6bf532d705 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -418,3 +418,10 @@ potentially interested reviewers. ``` git send-email --to=git@vger.kernel.org --cc= --cc= [dir with patches]/*.patch ``` + +To submit a nth version patch (say version 3): + +``` +git send-email --to=git@vger.kernel.org --cc= --cc= \ + --in-reply-to= [dir with patches]/*.patch +```