You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can it be made such that stg edit --sign/--ack/--review can be given a parameter to indicate the address to be used instead of using the address of whoever's running the command? E.g.:
Under the hood, StGit uses optparse for options parsing which does not have built-in support for options with optional arguments. It may be possible to achieve this somehow, but it's not obvious to me how to do it.
A more straightforward alternative would be to have a parallel set of options that required an argument. For example, --sign-as, --ack-as, and --review-as. These could used in the normal manner of GNU-style options, i.e. either with or without =:
Can it be made such that stg edit --sign/--ack/--review can be given a parameter to indicate the address to be used instead of using the address of whoever's running the command? E.g.:
stg edit --sign="David Howells [email protected]"
The text was updated successfully, but these errors were encountered: