mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
1c0807f9b7
Signed-off-by: egg12138 <xoltraman@outlook.com> Co-authored-by: Managor <42655600+Managor@users.noreply.github.com> Co-authored-by: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
657 B
657 B
b4 send
Send a patch series prepared with
b4 prepto a mailing list. More information: https://b4.docs.kernel.org/en/latest/contributor/send.html.
- Send patches from the current prep-tracked branch:
b4 send
- Generate the messages to review without sending them:
b4 send {{[-o|--output-dir]}} {{path/to/directory}}
- Send patches to specific recipients for preview without rerolling the series version:
b4 send --preview-to {{email_address1 email_address2 ...}}
- Send a previously sent version of the series again:
b4 send --resend {{version_number}}
- Perform a dry run without sending any mail:
b4 send {{[-d|--dry-run]}}