Home
last modified time | relevance | path

Searched refs:EGIT_COMMIT (Results 1 – 5 of 5) sorted by relevance

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-commit.c26 return egit_wrap(env, EGIT_COMMIT, commit, EM_EXTRACT_USER_PTR(_repo)); in egit_commit_lookup()
44 return egit_wrap(env, EGIT_COMMIT, commit, EM_EXTRACT_USER_PTR(_repo)); in egit_commit_lookup_prefix()
122 return egit_wrap(env, EGIT_COMMIT, ret, EGIT_EXTRACT_PARENT(_commit)); in egit_commit_nth_gen_ancestor()
146 return egit_wrap(env, EGIT_COMMIT, ret, EGIT_EXTRACT_PARENT(_commit)); in egit_commit_parent()
240 ptrdiff_t i = 0, nparents = egit_assert_list(env, EGIT_COMMIT, esym_libgit_commit_p, _parents); in egit_commit_create()
H A Degit.c69 if (type == EGIT_COMMIT || type == EGIT_TREE || in egit_assert_object()
127 case EGIT_COMMIT: case EGIT_TREE: case EGIT_BLOB: case EGIT_TAG: case EGIT_OBJECT: in egit_finalize()
160 case GIT_OBJ_COMMIT: type = EGIT_COMMIT; break; in egit_wrap()
279 case EGIT_COMMIT: return esym_commit; in egit_typeof()
353 return (type == EGIT_COMMIT || type == EGIT_TREE || type == EGIT_BLOB || in egit_object_p()
H A Degit.h49 …do { if (!egit_assert_type(env, (val), EGIT_COMMIT, esym_libgit_commit_p)) return esym_nil; } whil…
252 EGIT_COMMIT, enumerator
H A Degit-checkout.c94 if (treeish_type != EGIT_COMMIT && treeish_type != EGIT_TREE && treeish_type != EGIT_TAG) { in egit_checkout_tree()
/dports/net-im/telegram-cli/tg-20200106/gentoo/net-im/telegram-cli/
H A Dtelegram-cli-9999.ebuild9 EGIT_COMMIT="refs/tags/${PV}"