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: Add ^commit to rev parse --verify #119

Merged
merged 1 commit into from
Jul 19, 2023

Commits on Jul 11, 2023

  1. git: Add ^commit to rev parse --verify

    It seems like rev-parse --verify if given a valid full length
    sha hash doesn't look it up in the database by default, it just
    returns success. In order to force it to verify that it is a commit,
    we need to add an addl string to the command.
    jerry-skydio committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    f5e74a1 View commit details
    Browse the repository at this point in the history