man: make a note on draft patches

Include a note on making draft patches – whether via the remote helper, or via
the CLI – in the section on opening patches.
This commit is contained in:
Fintan Halpenny 2024-11-04 15:45:32 +00:00 committed by cloudhead
parent 4cced3ddb8
commit ee0d19f2eb
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -197,6 +197,10 @@ This means your branch is now associated with the newly opened patch, and any
push from this branch will result in the patch being updated. See the next push from this branch will result in the patch being updated. See the next
section on updating a patch for more information. section on updating a patch for more information.
Note that it's also possible to create a *draft* patch, by using the *-o
patch.draft* push option when opening a patch. See the *ready* patch
sub-command for more options.
=== Options === Options
When opening a patch, various options can be specified using git push options. When opening a patch, various options can be specified using git push options.