-
-
Notifications
You must be signed in to change notification settings - Fork 90
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(record): add --stash flag #1150
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Could you add a test to git-branchless-record/tests/test_record.rs
? It looks like we would want to verify the behavior both with a branch checked out and without one.
09fcd0d
to
11cf7c8
Compare
11cf7c8
to
5a5d797
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks for implementing! I just had one comment on the doc-string.
It looks like linting/static analysis is failing (probably due to an upgrade in Clippy nightly). I'll fix that on master
, then you can rebase on top of it and land this commit.
5a5d797
to
2985442
Compare
2985442
to
81e7d4f
Compare
Because I need to stash things and
git stash
falls short I've created this PR. Fixes #979.