Value | Meaning |
---|---|
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. |
Flags controlling the behavior of ODB lookup operations