mirror of
https://github.com/git/git.git
synced 2026-01-19 15:09:01 +00:00
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 <predatoramigo@gmail.com> Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
9720ad37dc
commit
047fae141b
@@ -418,3 +418,10 @@ potentially interested reviewers.
|
||||
```
|
||||
git send-email --to=git@vger.kernel.org --cc=<email1> --cc=<email2> [dir with patches]/*.patch
|
||||
```
|
||||
|
||||
To submit a nth version patch (say version 3):
|
||||
|
||||
```
|
||||
git send-email --to=git@vger.kernel.org --cc=<email1> --cc=<email2> \
|
||||
--in-reply-to=<the message id of cover letter of patch v2> [dir with patches]/*.patch
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user