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
Commitments should be printed with a uniform width and zero-padded (on left) if necessary.
lurk-user> (commit 1) (commit 2) [2 iterations] => #c0xf99d96623838468091ce6590ccb3b829938823d964f3f5962f837f1400e2b [2 iterations] => #c0x214a7be7ecd52a06de26ad630e03f0a406bda62c9e624083d0d7580e3e4907
This should instead be
lurk-user> (commit 1) (commit 2) [2 iterations] => #c0x0f99d96623838468091ce6590ccb3b829938823d964f3f5962f837f1400e2b [2 iterations] => #c0x214a7be7ecd52a06de26ad630e03f0a406bda62c9e624083d0d7580e3e4907
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Commitments should be printed with a uniform width and zero-padded (on left) if necessary.
This should instead be
The text was updated successfully, but these errors were encountered: