Skip to content
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

feat(submit): support multiple revset arguments #1244

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

claytonrcarter
Copy link
Collaborator

I have a bunch of stale branches that I don't want to think about while I work on newer stuff, so I often find myself running git sync branch-1 branch-2 ... and then git submit branch-1 branch-2 ... ... only for submit to tell me that it doesn't support multiple args. 😢 I usually resort to concating them to branch-1+branch-2+..., but I would prefer submit to do that for me, so here we are. 😄

Copy link
Owner

@arxanas arxanas left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small nits but looks good, thanks!

git-branchless-submit/src/lib.rs Outdated Show resolved Hide resolved
Other commands, for example `git sync`, also accept multiple revset
arguments.
@claytonrcarter claytonrcarter merged commit efad4c2 into arxanas:master Feb 18, 2024
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants