Flags controlling the behavior of ODB lookup operations
Don't call git_odb_refresh
if the lookup fails. Useful when doing a batch of lookup operations for objects that may legitimately not exist. When using this flag, you may wish to manually call git_odb_refresh
before processing a batch of objects.