Skip to content

Commit 71e8336

Browse files
committed
Add --allow-empty argument for 'stg commit'
The --allow-empty argument was missing as an option from the 'stg commit' popup. Add it as '-e'. Signed-off-by: Toke Høiland-Jørgensen <[email protected]>
1 parent ef2aa77 commit 71e8336

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

magit-stgit.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,6 +391,7 @@ minibuffer as well."
391391
:man-page "stg-commit"
392392
["Arguments"
393393
("-a" "Commit all applied patches" "--all")
394+
("-e" "Allow empty patches to be committed" "--allow-empty")
394395
("-n" "Commit the first N patches from the bottom up" "--number="
395396
:reader (lambda (prompt _initial-input history)
396397
(number-to-string (read-number prompt nil history))))]

0 commit comments

Comments
 (0)