Home
last modified time | relevance | path

Searched refs:EGIT_TAG (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-tag.c28 return egit_wrap(env, EGIT_TAG, tag, EM_EXTRACT_USER_PTR(_repo)); in egit_tag_lookup()
46 return egit_wrap(env, EGIT_TAG, tag, EM_EXTRACT_USER_PTR(_repo)); in egit_tag_lookup_prefix()
H A Degit.c70 type == EGIT_BLOB || type == EGIT_TAG || type == EGIT_OBJECT) in egit_assert_object()
127 case EGIT_COMMIT: case EGIT_TREE: case EGIT_BLOB: case EGIT_TAG: case EGIT_OBJECT: in egit_finalize()
163 case GIT_OBJ_TAG: type = EGIT_TAG; break; in egit_wrap()
282 case EGIT_TAG: return esym_tag; in egit_typeof()
354 type == EGIT_TAG || type == EGIT_OBJECT) ? esym_t : esym_nil; in egit_object_p()
H A Degit.h141 … do { if (!egit_assert_type(env, (val), EGIT_TAG, esym_libgit_tag_p)) return esym_nil; } while (0)
255 EGIT_TAG, enumerator
H A Degit-checkout.c94 if (treeish_type != EGIT_COMMIT && treeish_type != EGIT_TREE && treeish_type != EGIT_TAG) { in egit_checkout_tree()