We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f9e14 commit 0a39308Copy full SHA for 0a39308
magit-stgit.el
@@ -286,6 +286,8 @@ Else, asks the user for a patch name."
286
'magit-popups
287
:switches '((?a "Add \"Acked-by:\" line" "--ack")
288
(?s "Add \"Signed-off-by:\" line" "--sign"))
289
+ :options '((?n "Set patch name" ""
290
+ (lambda (prompt default) (read-from-minibuffer "Patch name: " default))))
291
:actions '((?N "New" magit-stgit-new))
292
:default-action #'magit-stgit-new)
293
0 commit comments