diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-02-01 09:03:21 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-02-01 09:03:21 +0100 |
commit | 1d1794752b06224744530f7922d3f9a1c69b573c (patch) | |
tree | c14b0d9960a4584310db014518918f16e5e8ff20 /git.sr.ht/send-email.md | |
parent | 091633057ceb4d37768b012efbd8c4d565cf37f5 (diff) | |
download | sr.ht-docs-1d1794752b06224744530f7922d3f9a1c69b573c.tar.gz |
Add --in-reply-to to send-email guide
Diffstat (limited to 'git.sr.ht/send-email.md')
-rw-r--r-- | git.sr.ht/send-email.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/git.sr.ht/send-email.md b/git.sr.ht/send-email.md index ff43eed..d86a8a9 100644 --- a/git.sr.ht/send-email.md +++ b/git.sr.ht/send-email.md @@ -156,6 +156,9 @@ submit the next version of your patches, use `git send-email` normally, except: the email in question. If you can't find this, don't sweat it, it's no big deal. +**Note**: you can also specify the In-Reply-To with the `--in-reply-to` command +line argment. + [amend]: https://www.git-scm.com/docs/git-commit#git-commit---amend [git-rebase]: https://www.git-scm.com/docs/git-rebase |