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

Add binding for git_odb_exists_ext #818

Merged
merged 1 commit into from Mar 7, 2022

Commits on Mar 7, 2022

  1. Add binding for git_odb_exists_ext

    This allows checking for the existence of an object without refreshing
    the ODB if the lookup fails. Useful when doing a batch of lookup
    operations for objects that may legitimately not exist.
    joshtriplett committed Mar 7, 2022
    Copy the full SHA
    7617d1b View commit details
    Browse the repository at this point in the history