Home
last modified time | relevance | path

Searched refs:EGIT_EXTRACT (Results 1 – 25 of 35) sorted by relevance

12

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-commit.c18 git_repository *repo = EGIT_EXTRACT(_repo); in egit_commit_lookup()
35 git_repository *repo = EGIT_EXTRACT(_repo); in egit_commit_lookup_prefix()
55 git_commit *commit = EGIT_EXTRACT(_commit); in egit_commit_author()
70 git_commit *commit = EGIT_EXTRACT(_commit); in egit_commit_body()
79 git_commit *commit = EGIT_EXTRACT(_commit); in egit_commit_committer()
94 git_commit *commit = EGIT_EXTRACT(_commit); in egit_commit_id()
104 git_commit *commit = EGIT_EXTRACT(_commit); in egit_commit_message()
115 git_commit *commit = EGIT_EXTRACT(_commit); in egit_commit_nth_gen_ancestor()
139 git_commit *commit = EGIT_EXTRACT(_commit); in egit_commit_parent()
246 parents[i++] = EGIT_EXTRACT(p); in egit_commit_create()
[all …]
H A Degit-submodule.c43 git_repository *repo = EGIT_EXTRACT(_repo); in egit_submodule_add_setup()
61 git_repository *repo = EGIT_EXTRACT(_repo); in egit_submodule_lookup()
79 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_branch()
92 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_fetch_recurse_submodules()
101 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_head_id()
115 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_ignore()
124 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_index_id()
141 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_location()
153 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_name()
162 git_submodule *sub = EGIT_EXTRACT(_sub); in egit_submodule_open()
[all …]
H A Degit-reference.c25 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reference_create()
55 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reference_create_matching()
83 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_dup()
149 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_name()
196 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_peel()
209 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_resolve()
220 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_shorthand()
230 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_symbolic_target()
240 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_target()
252 git_reference *ref = EGIT_EXTRACT(_ref); in egit_reference_target_peel()
[all …]
H A Degit-repository.c80 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_commondir()
91 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_config()
103 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_get_namespace()
113 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_head()
127 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_head_for_worktree()
146 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_ident()
159 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_index()
172 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_message()
186 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_path()
211 git_repository *repo = EGIT_EXTRACT(_repo); in egit_repository_state()
[all …]
H A Degit-pathspec.c57 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_matches_path()
72 git_pathspec_match_list *match_list = EGIT_EXTRACT(_match_list); in egit_pathspec_match_list_entrycount()
86 git_pathspec_match_list *match_list = EGIT_EXTRACT(_match_list); in egit_pathspec_match_list_entry()
176 git_repository *repo = EGIT_EXTRACT(_repo); in egit_pathspec_match_workdir()
177 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_match_workdir()
215 git_index *index = EGIT_EXTRACT(_index); in egit_pathspec_match_index()
216 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_match_index()
254 git_tree *tree = EGIT_EXTRACT(_tree); in egit_pathspec_match_tree()
255 git_pathspec *pathspec = EGIT_EXTRACT(_pathspec); in egit_pathspec_match_tree()
293 git_diff *diff = EGIT_EXTRACT(_diff); in egit_pathspec_match_diff()
[all …]
H A Degit-index.c21 git_index *index = EGIT_EXTRACT(_index); in egit_index_caps()
30 git_index *index = EGIT_EXTRACT(_index); in egit_index_checksum()
47 git_index *index = EGIT_EXTRACT(_index); in egit_index_conflict_foreach()
86 git_index *index = EGIT_EXTRACT(_index); in egit_index_conflict_get()
134 git_index *index = EGIT_EXTRACT(_index); in egit_index_entrycount()
144 git_index *index = EGIT_EXTRACT(_index); in egit_index_get_byindex()
168 git_index *index = EGIT_EXTRACT(_index); in egit_index_get_bypath()
196 git_index *index = EGIT_EXTRACT(_index); in egit_index_path()
207 git_index *index = EGIT_EXTRACT(_index); in egit_index_version()
220 git_index *index = EGIT_EXTRACT(_index); in egit_index_conflicts_p()
[all …]
H A Degit-revwalk.c18 git_repository *repo = EGIT_EXTRACT(_repo); in egit_revwalk_new()
49 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_hide()
64 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_hide_glob()
77 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_hide_head()
89 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_hide_ref()
104 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_push()
119 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_push_glob()
132 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_push_head()
147 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_push_range()
162 git_revwalk *revwalk = EGIT_EXTRACT(_revwalk); in egit_revwalk_push_ref()
[all …]
H A Degit-reflog.c21 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reflog_read()
40 git_reflog *reflog = EGIT_EXTRACT(_reflog); in egit_reflog_entry_byindex()
56 const git_reflog_entry *entry = EGIT_EXTRACT(_entry); in egit_reflog_entry_committer()
71 const git_reflog_entry *entry = EGIT_EXTRACT(_entry); in egit_reflog_entry_id()
96 git_reflog *reflog = EGIT_EXTRACT(_reflog); in egit_reflog_entrycount()
117 git_reflog *reflog = EGIT_EXTRACT(_reflog); in egit_reflog_append()
118 git_signature *committer = EGIT_EXTRACT(_committer); in egit_reflog_append()
137 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reflog_delete()
154 git_reflog *reflog = EGIT_EXTRACT(_reflog); in egit_reflog_drop()
171 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reflog_rename()
[all …]
H A Degit-tag.c20 git_repository *repo = EGIT_EXTRACT(_repo); in egit_tag_lookup()
37 git_repository *repo = EGIT_EXTRACT(_repo); in egit_tag_lookup_prefix()
78 git_repository *repo = EGIT_EXTRACT(_repo); in egit_tag_foreach()
96 git_tag *tag = EGIT_EXTRACT(_tag); in egit_tag_id()
115 git_tag *tag = EGIT_EXTRACT(_tag); in egit_tag_message()
126 git_tag *tag = EGIT_EXTRACT(_tag); in egit_tag_name()
135 git_tag *tag = EGIT_EXTRACT(_tag); in egit_tag_peel()
146 git_tag *tag = EGIT_EXTRACT(_tag); in egit_tag_tagger()
161 git_tag *tag = EGIT_EXTRACT(_tag); in egit_tag_target()
172 git_tag *tag = EGIT_EXTRACT(_tag); in egit_tag_target_id()
[all …]
H A Degit-branch.c18 git_repository *repo = EGIT_EXTRACT(_repo); in egit_branch_create()
19 git_commit *commit = EGIT_EXTRACT(_commit); in egit_branch_create()
41 git_repository *repo = EGIT_EXTRACT(_repo); in egit_branch_create_from_annotated()
88 git_repository *repo = EGIT_EXTRACT(_repo); in egit_branch_foreach()
126 git_repository *repo = EGIT_EXTRACT(_repo); in egit_branch_lookup()
146 git_reference *ref = EGIT_EXTRACT(_ref); in egit_branch_delete()
158 git_reference *ref = EGIT_EXTRACT(_ref); in egit_branch_checked_out_p()
170 git_reference *ref = EGIT_EXTRACT(_ref); in egit_branch_head_p()
187 git_reference *ref = EGIT_EXTRACT(_ref); in egit_branch_move()
238 git_reference *ref = EGIT_EXTRACT(_ref); in egit_branch_set_upstream()
[all …]
H A Degit-remote.c24 git_repository *repo = EGIT_EXTRACT(_repo); in egit_remote_create()
43 git_repository *repo = EGIT_EXTRACT(_repo); in egit_remote_lookup()
63 git_remote *remote = EGIT_EXTRACT(_remote); in egit_remote_autotag()
73 git_remote *remote = EGIT_EXTRACT(_remote); in egit_remote_get_refspec()
91 git_remote *remote = EGIT_EXTRACT(_remote); in egit_remote_get_refspecs()
108 git_remote *remote = EGIT_EXTRACT(_remote); in egit_remote_name()
128 git_remote *remote = EGIT_EXTRACT(_remote); in egit_remote_pushurl()
139 git_remote *remote = EGIT_EXTRACT(_remote); in egit_remote_refspec_count()
147 git_remote *remote = EGIT_EXTRACT(_remote); in egit_remote_url()
160 git_repository *repo = EGIT_EXTRACT(_repo); in egit_remote_list()
[all …]
H A Degit-refspec.c19 git_refspec *refspec = EGIT_EXTRACT(_refspec); in egit_refspec_direction()
28 git_refspec *refspec = EGIT_EXTRACT(_refspec); in egit_refspec_dst()
37 git_refspec *refspec = EGIT_EXTRACT(_refspec); in egit_refspec_src()
46 git_refspec *refspec = EGIT_EXTRACT(_refspec); in egit_refspec_string()
61 git_refspec *refspec = EGIT_EXTRACT(_refspec); in egit_refspec_dst_matches_p()
72 git_refspec *refspec = EGIT_EXTRACT(_refspec); in egit_refspec_force_p()
82 git_refspec *refspec = EGIT_EXTRACT(_refspec); in egit_refspec_src_matches_p()
H A Degit-blob.c21 git_repository *repo = EGIT_EXTRACT(_repo); in egit_blob_create_fromstring()
42 git_repository *repo = EGIT_EXTRACT(_repo); in egit_blob_create_fromdisk()
60 git_repository *repo = EGIT_EXTRACT(_repo); in egit_blob_create_fromworkdir()
77 git_repository *repo = EGIT_EXTRACT(_repo); in egit_blob_lookup()
94 git_repository *repo = EGIT_EXTRACT(_repo); in egit_blob_lookup_prefix()
116 git_blob *blob = EGIT_EXTRACT(_blob); in egit_blob_binary_p()
131 git_blob *blob = EGIT_EXTRACT(_blob); in egit_blob_filtered_content()
148 git_blob *blob = EGIT_EXTRACT(_blob); in egit_blob_id()
167 git_blob *blob = EGIT_EXTRACT(_blob); in egit_blob_rawcontent()
177 git_blob *blob = EGIT_EXTRACT(_blob); in egit_blob_rawsize()
H A Degit-diff.c260 git_repository *repo = EGIT_EXTRACT(_repo); in egit_diff_index_to_index()
280 git_repository *repo = EGIT_EXTRACT(_repo); in egit_diff_index_to_workdir()
303 git_repository *repo = EGIT_EXTRACT(_repo); in egit_diff_tree_to_index()
328 git_repository *repo = EGIT_EXTRACT(_repo); in egit_diff_tree_to_tree()
494 git_diff *diff = EGIT_EXTRACT(_diff); in egit_diff_foreach()
571 git_diff *diff = EGIT_EXTRACT(_diff); in egit_diff_print()
665 git_diff_hunk *hunk = EGIT_EXTRACT(_hunk); in egit_diff_hunk_header()
675 git_diff_hunk *hunk = EGIT_EXTRACT(_hunk); in egit_diff_hunk_lines()
746 git_diff *diff = EGIT_EXTRACT(_diff); in egit_diff_get_delta()
765 git_diff *diff = EGIT_EXTRACT(_diff); in egit_diff_num_deltas()
[all …]
H A Degit-treebuilder.c23 git_repository *repo = EGIT_EXTRACT(_repo); in egit_treebuilder_new()
40 git_treebuilder *bld = EGIT_EXTRACT(_builder); in egit_treebuilder_entrycount()
52 git_treebuilder *bld = EGIT_EXTRACT(_builder); in egit_treebuilder_get()
70 git_treebuilder *bld = EGIT_EXTRACT(_builder); in egit_treebuilder_clear()
91 git_treebuilder *bld = EGIT_EXTRACT(_builder); in egit_treebuilder_insert()
109 git_treebuilder *bld = EGIT_EXTRACT(_builder); in egit_treebuilder_remove()
122 git_treebuilder *bld = EGIT_EXTRACT(_builder); in egit_treebuilder_write()
165 git_treebuilder *bld = EGIT_EXTRACT(_builder); in egit_treebuilder_filter()
H A Degit-reset.c31 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reset()
32 git_object *obj = EGIT_EXTRACT(_obj); in egit_reset()
69 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reset_from_annotated()
70 git_annotated_commit *ann = EGIT_EXTRACT(_ann); in egit_reset_from_annotated()
99 git_repository *repo = EGIT_EXTRACT(_repo); in egit_reset_default()
104 target = EGIT_EXTRACT(_target); in egit_reset_default()
H A Degit-config.c38 git_config *config = EGIT_EXTRACT(_config); in egit_config_open_global()
58 git_config *config = EGIT_EXTRACT(_config); in egit_config_open_level()
82 git_config *config = EGIT_EXTRACT(_config); in egit_config_snapshot()
100 git_config *config = EGIT_EXTRACT(_config); in egit_config_get_bool()
116 git_config *config = EGIT_EXTRACT(_config); in egit_config_get_int()
134 git_config *config = EGIT_EXTRACT(_config); in egit_config_get_path()
157 git_config *config = EGIT_EXTRACT(_config); in egit_config_get_string()
170 git_config *config = EGIT_EXTRACT(_config); in egit_config_lock()
186 git_config *config = EGIT_EXTRACT(_config); in egit_config_set_bool()
200 git_config *config = EGIT_EXTRACT(_config); in egit_config_set_int()
[all …]
H A Degit-tree.c20 git_repository *repo = EGIT_EXTRACT(_repo); in egit_tree_lookup()
37 git_repository *repo = EGIT_EXTRACT(_repo); in egit_tree_lookup_prefix()
60 git_tree *tree = EGIT_EXTRACT(_tree); in egit_tree_entry_byid()
90 git_tree *tree = EGIT_EXTRACT(_tree); in egit_tree_entry_byindex()
107 git_tree *tree = EGIT_EXTRACT(_tree); in egit_tree_entry_byname()
123 git_tree *tree = EGIT_EXTRACT(_tree); in egit_tree_entry_bypath()
138 git_tree *tree = EGIT_EXTRACT(_tree); in egit_tree_entrycount()
147 git_tree *tree = EGIT_EXTRACT(_tree); in egit_tree_id()
203 git_tree *tree = EGIT_EXTRACT(_tree); in egit_tree_walk()
H A Degit-blame.c77 git_repository *repo = EGIT_EXTRACT(_repo); in egit_blame_file()
99 git_blame *blame = EGIT_EXTRACT(_blame); in egit_blame_get_hunk_byindex()
117 git_blame *blame = EGIT_EXTRACT(_blame); in egit_blame_get_hunk_byline()
133 git_blame *blame = EGIT_EXTRACT(_blame); in egit_blame_get_hunk_count()
150 git_blame_hunk *hunk = EGIT_EXTRACT(_hunk); in egit_blame_hunk_commit_id()
161 git_blame_hunk *hunk = EGIT_EXTRACT(_hunk); in egit_blame_hunk_lines()
171 git_blame_hunk *hunk = EGIT_EXTRACT(_hunk); in egit_blame_hunk_orig_path()
182 git_blame_hunk *hunk = EGIT_EXTRACT(_hunk); in egit_blame_hunk_signature()
198 git_blame_hunk *hunk = EGIT_EXTRACT(_hunk); in egit_blame_hunk_start_line_number()
H A Degit-annotated-commit.c17 git_repository *repo = EGIT_EXTRACT(_repo); in egit_annotated_commit_from_ref()
18 git_reference *ref = EGIT_EXTRACT(_ref); in egit_annotated_commit_from_ref()
40 git_repository *repo = EGIT_EXTRACT(_repo); in egit_annotated_commit_from_fetchhead()
65 git_repository *repo = EGIT_EXTRACT(_repo); in egit_annotated_commit_from_revspec()
88 git_repository *repo = EGIT_EXTRACT(_repo); in egit_annotated_commit_lookup()
105 git_annotated_commit *ann = EGIT_EXTRACT(_ann); in egit_annotated_commit_id()
H A Degit-cherrypick.c28 git_repository *repo = EGIT_EXTRACT(_repo); in egit_cherrypick()
29 git_commit *commit = EGIT_EXTRACT(_commit); in egit_cherrypick()
70 git_repository *repo = EGIT_EXTRACT(_repo); in egit_cherrypick_commit()
71 git_commit *cherrypick_commit = EGIT_EXTRACT(_cherrypick_commit); in egit_cherrypick_commit()
72 git_commit *our_commit = EGIT_EXTRACT(_our_commit); in egit_cherrypick_commit()
H A Degit-revert.c25 git_repository *repo = EGIT_EXTRACT(_repo); in egit_revert()
26 git_commit *commit = EGIT_EXTRACT(_commit); in egit_revert()
67 git_repository *repo = EGIT_EXTRACT(_repo); in egit_revert_commit()
68 git_commit *revert_commit = EGIT_EXTRACT(_revert_commit); in egit_revert_commit()
69 git_commit *our_commit = EGIT_EXTRACT(_our_commit); in egit_revert_commit()
H A Degit-merge.c53 git_repository *repo = EGIT_EXTRACT(_repo); in egit_merge()
62 heads[i++] = EGIT_EXTRACT(h); in egit_merge()
95 git_repository *repo = EGIT_EXTRACT(_repo); in egit_merge_analysis()
104 heads[i++] = EGIT_EXTRACT(h); in egit_merge_analysis()
127 git_repository *repo = EGIT_EXTRACT(_repo); in egit_merge_base()
156 git_repository *repo = EGIT_EXTRACT(_repo); in egit_merge_base_octopus()
181 git_repository *repo = EGIT_EXTRACT(_repo); in egit_merge_bases()
H A Degit-object.c24 git_repository *repo = EGIT_EXTRACT(_repo); in egit_object_lookup()
51 git_repository *repo = EGIT_EXTRACT(_repo); in egit_object_lookup_prefix()
75 git_object *obj = EGIT_EXTRACT(_obj); in egit_object_id()
94 git_object *obj = EGIT_EXTRACT(_obj); in egit_object_short_id()
H A Degit-signature.c13 git_repository *repo = EGIT_EXTRACT(_repo); in egit_signature_default()
79 git_signature *sig = EGIT_EXTRACT(_sig); in egit_signature_name()
87 git_signature *sig = EGIT_EXTRACT(_sig); in egit_signature_email()
95 git_signature *sig = EGIT_EXTRACT(_sig); in egit_signature_time()

12