git_odb_lookup_flags_t

Flags controlling the behavior of ODB lookup operations

Values

ValueMeaning
GIT_ODB_LOOKUP_NO_REFRESH1 << 0

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.

Meta