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

Fixes root commit reference #24

Merged
merged 1 commit into from
Apr 20, 2022
Merged

Fixes root commit reference #24

merged 1 commit into from
Apr 20, 2022

Conversation

chelnak
Copy link
Owner

@chelnak chelnak commented Apr 20, 2022

Prior to this commit, the last tag could potentially be compared with a commit that was not part of the current tree. This caused an invalid comparison.

This PR fixes that by using a git log equivalent to get the correct commit history.

Prior to this commit, the last tag could potentially be compared
with a commit that was not part of the current tree. This caused
an invalid comparison.

This commit fixes that by using a git log equivalent to get the correct
commit history.
@chelnak chelnak force-pushed the fix_incorrect_root_commit branch from e951935 to e644f60 Compare April 20, 2022 12:05
@chelnak chelnak self-assigned this Apr 20, 2022
@chelnak chelnak added the bug Something isn't working label Apr 20, 2022
@chelnak chelnak merged commit 6a10f19 into main Apr 20, 2022
@chelnak chelnak deleted the fix_incorrect_root_commit branch April 20, 2022 12:11
@chelnak chelnak linked an issue Apr 20, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Initial commit reference is wrong
1 participant