-
Notifications
You must be signed in to change notification settings - Fork 68
feat: new "name" subcommand #513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The behavior of this new I'm wondering if you were aware of the similar capability of All that said, I think I'm in favor of going ahead with having this new command. |
I did use an alias of |
Makes sense that a I mostly just wanted to make sure that you had considered The only change I want before merging is to use Thanks for this PR! |
Add a "stg name" command that works like "stg id" but returns the patch name instead of the revision. This can be useful for scripting and some command aliases. This is a generalization of the "stg next" command: "stg next" is now equivalent to "stg name +1".
You're welcome. And thank you for maintaining |
Add a "stg name" command that works like "stg id" but returns the patch name instead of the revision. This can be useful for scripting and some command aliases.
I often use this like this to update PRs:
This is a generalization of the "stg next" command: "stg next" is now (almost) equivalent to "stg name +1".