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

git hash leading zero bug fix #1234

Merged
merged 1 commit into from
Feb 4, 2025
Merged

git hash leading zero bug fix #1234

merged 1 commit into from
Feb 4, 2025

Conversation

ruck314
Copy link
Contributor

@ruck314 ruck314 commented Jan 30, 2025

Here's what the print would look like if there was a leading zero in the value:

GitHash      = 0x2a6000a172a68c0ad2e83f4b816701fd159603c

Here's what the print looks like with this path:

GitHash      = 02a6000a172a68c0ad2e83f4b816701fd159603c

Removed the 0x characters to make it easier to copy/paste into Github web browser UI for githash searching

@ruck314 ruck314 requested a review from bengineerd January 30, 2025 20:26
@ruck314 ruck314 merged commit 9d4be22 into pre-release Feb 4, 2025
3 checks passed
@ruck314 ruck314 deleted the githash-leading-zero branch February 4, 2025 19:27
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