Home
last modified time | relevance | path

Searched refs:GIT_OBJ_COMMIT (Results 1 – 25 of 72) sorted by relevance

123

/dports/devel/py-pygit2/pygit2-1.7.1/test/
H A Dtest_commit.py32 from pygit2 import GIT_OBJ_COMMIT, Signature, Oid, GitError
84 assert GIT_OBJ_COMMIT == commit.type
113 assert GIT_OBJ_COMMIT == commit.type
154 assert GIT_OBJ_COMMIT == amended_commit.type
174 assert GIT_OBJ_COMMIT == amended_commit.type
232 assert GIT_OBJ_COMMIT == amended_commit.type
238 assert GIT_OBJ_COMMIT == amended_commit.type
247 assert GIT_OBJ_COMMIT == amended_commit.type
H A Dtest_repository_bare.py125 assert pygit2.GIT_OBJ_COMMIT == commit.type
135 assert pygit2.GIT_OBJ_COMMIT == commit.type
H A Dtest_describe.py38 sha = repo.create_tag(name, target, pygit2.GIT_OBJ_COMMIT, tagger, message)
H A Dtest_tag.py41 assert pygit2.GIT_OBJ_COMMIT == target.type
/dports/devel/libgit2-glib/libgit2-glib-0.99.0.1/libgit2-glib/
H A Dggit-utils.c44 otype = GIT_OBJ_COMMIT; in ggit_utils_get_otype_from_gtype()
73 case GIT_OBJ_COMMIT: in ggit_utils_get_gtype_from_otype()
94 case GIT_OBJ_COMMIT: in ggit_utils_create_real_object()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/src/
H A Dobject_api.c23 return git_object_lookup((git_object **)out, repo, id, GIT_OBJ_COMMIT); in git_commit_lookup()
28 return git_object_lookup_prefix((git_object **)out, repo, id, len, GIT_OBJ_COMMIT); in git_commit_lookup_prefix()
H A Dreset.c50 if ((error = git_object_peel(&commit, target, GIT_OBJ_COMMIT)) < 0 || in git_reset_default()
132 if ((error = git_object_peel(&commit, target, GIT_OBJ_COMMIT)) < 0 || in reset()
H A Dobject.c281 case GIT_OBJ_COMMIT: in dereference_object()
323 case GIT_OBJ_COMMIT: in check_type_combination()
349 target_type == GIT_OBJ_COMMIT || in git_object_peel()
H A Dobject.h48 return GIT_OBJ_COMMIT; in git_object__type_from_filemode()
H A Dcommit.c95 if (validate && !git_object__is_valid(repo, parent, GIT_OBJ_COMMIT)) { in validate_tree_and_parents()
166 if (git_odb_write(id, odb, buf.ptr, buf.size, GIT_OBJ_COMMIT) < 0) in git_commit__create_internal()
725 if (obj->cached.type != GIT_OBJ_COMMIT) { in git_commit_extract_signature()
885 if ((error = git_odb_write(out, odb, commit.ptr, commit.size, GIT_OBJ_COMMIT)) < 0) in git_commit_create_with_signature()
H A Drevparse.c360 return GIT_OBJ_COMMIT; in parse_obj_type()
387 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJ_COMMIT)) < 0) in handle_caret_parent_syntax()
407 if ((error = git_object_peel(&temp_commit, obj, GIT_OBJ_COMMIT)) < 0) in handle_linear_syntax()
458 error = git_object_lookup(&obj, git_revwalk_repository(walk), &oid, GIT_OBJ_COMMIT); in walk_and_search()
H A Dannotated_commit.c108 if ((error = git_object_peel(&commit, obj, GIT_OBJ_COMMIT))) { in git_annotated_commit_from_revspec()
H A Dcommit_list.c193 if (obj->cached.type != GIT_OBJ_COMMIT) { in git_commit_list_parse()
H A Dodb_mempack.c63 if (type == GIT_OBJ_COMMIT) { in impl__write()
H A Drevert.c204 (error = git_reference_peel((git_object **)&our_commit, our_ref, GIT_OBJ_COMMIT)) < 0 || in git_revert()
H A Dcherrypick.c201 (error = git_reference_peel((git_object **)&our_commit, our_ref, GIT_OBJ_COMMIT)) < 0 || in git_cherrypick()
/dports/devel/R-cran-git2r/git2r/src/
H A Dgit2r_deprecated.h38 # define GIT2R_OBJECT_COMMIT GIT_OBJ_COMMIT
/dports/devel/py-pygit2/pygit2-1.7.1/src/
H A Dodb.c44 case GIT_OBJ_COMMIT: return GIT_OBJ_COMMIT; in int_to_loose_object_type()
H A Dutils.c217 return GIT_OBJ_COMMIT; in py_type_to_git_type()
/dports/devel/R-cran-git2r/git2r/src/libgit2/include/git2/
H A Ddeprecated.h212 #define GIT_OBJ_COMMIT GIT_OBJECT_COMMIT macro
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/examples/
H A Dmerge.c179 err = git_object_lookup(&target, repo, target_oid, GIT_OBJ_COMMIT); in perform_fastforward()
277 err = git_reference_peel((git_object **)&parents[0], head_ref, GIT_OBJ_COMMIT); in create_merge_commit()
H A Dcat-file.c174 case GIT_OBJ_COMMIT: in main()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/libgit2-sys-0.7.11/libgit2/include/git2/
H A Dtypes.h71 GIT_OBJ_COMMIT = 1, /**< A commit object. */ enumerator
/dports/devel/R-cran-gert/gert/src/
H A Dutils.c31 #define GIT_OBJECT_COMMIT GIT_OBJ_COMMIT
/dports/devel/gbump/gbump-1.0.1/cargo-crates/libgit2-sys-0.9.1/libgit2/include/git2/
H A Ddeprecated.h296 #define GIT_OBJ_COMMIT GIT_OBJECT_COMMIT macro

123