From ee0d19f2eb5744777ed717b8f8ec585e54aed4f0 Mon Sep 17 00:00:00 2001 From: Fintan Halpenny Date: Mon, 4 Nov 2024 15:45:32 +0000 Subject: [PATCH] man: make a note on draft patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Include a note on making draft patches – whether via the remote helper, or via the CLI – in the section on opening patches. --- rad-patch.1.adoc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rad-patch.1.adoc b/rad-patch.1.adoc index baad195e..269ae129 100644 --- a/rad-patch.1.adoc +++ b/rad-patch.1.adoc @@ -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 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 When opening a patch, various options can be specified using git push options.