We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried using --start 6a1c0637c --end 866a71325 but that ran into an assertion failure:
--start 6a1c0637c --end 866a71325
thread 'main' panicked at 'assertion failed: `(left == right)` left: `"6a1c0637ce44aeea6c60527f4c0e7fb33f2bcd0d"`, right: `"6a1c0637c"`', src/main.rs:70:5
It would be nice if short SHAs were supported, then one could use the output of rustc --version to determine which commits match a nightly.
rustc --version
The text was updated successfully, but these errors were encountered:
support short revisions for start and end parameter
49f851d
resolves rust-lang#20
Successfully merging a pull request may close this issue.
I tried using
--start 6a1c0637c --end 866a71325
but that ran into an assertion failure:It would be nice if short SHAs were supported, then one could use the output of
rustc --version
to determine which commits match a nightly.The text was updated successfully, but these errors were encountered: