libgit2

git_odb_lookup_flags_t

Version:

Flags controlling the behavior of ODB lookup operations

Values

GIT_ODB_LOOKUP_NO_REFRESH
1

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.

Versions