Skip to content

Commit f5d88c4

Browse files
prertikjamill
authored andcommitted
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 #1745 Signed-off-by: Pratik Karki <[email protected]> Signed-off-by: Johannes Schindelin <[email protected]>
1 parent efad6e9 commit f5d88c4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CONTRIBUTING.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,3 +418,10 @@ potentially interested reviewers.
418418
```
419419
git send-email [email protected] --cc=<email1> --cc=<email2> [dir with patches]/*.patch
420420
```
421+
422+
To submit a nth version patch (say version 3):
423+
424+
```
425+
git send-email [email protected] --cc=<email1> --cc=<email2> \
426+
--in-reply-to=<the message id of cover letter of patch v2> [dir with patches]/*.patch
427+
```

0 commit comments

Comments
 (0)