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 418d3d3 commit b35a184Copy full SHA for b35a184
magit-stgit.el
@@ -375,6 +375,9 @@ Use ARGS to pass additional arguments."
375
"Permanently store patches into the stack base."
376
(interactive (list (magit-stgit-read-patches t t t t nil)
377
(magit-stgit-commit-arguments)))
378
+ (when (and (member "--all" (car args))
379
+ (= 1 (length patches)))
380
+ (setq patches (list nil)))
381
(magit-run-stgit-and-mark-remove patches "commit" args "--" patches))
382
383
(magit-define-popup magit-stgit-uncommit-popup
0 commit comments