-
Notifications
You must be signed in to change notification settings - Fork 346
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
cli: add --author
argument for commit
and describe
#4466
Conversation
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
3869282
to
01074ab
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.
LGTM, it's only missing a UI test in cli/tests/test_describe.rs
for the feature.
Sorry, I've looked for these tests but couldn't find them previously. I'll update them (describe and commit) tomorrow. |
01074ab
to
a4316ea
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.
The tests revealed a few issues that should be addressed now. I'll move value parsing to Clap and rebase the conflict later.
3cbfd4e
to
981b856
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.
LGTM, thanks!
981b856
to
d835a4b
Compare
d835a4b
to
97c6dd8
Compare
97c6dd8
to
b9d97a2
Compare
Thank you for bearing with me through the whole process! |
I couldn't find the way to refactor it in a way that would improve it, felt like I'm only making things worse. |
Checklist
If applicable:
CHANGELOG.md
Fixes #4170