Home
last modified time | relevance | path

Searched refs:EGIT_DOC (Results 1 – 25 of 40) sorted by relevance

12

/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-repository.c13 EGIT_DOC(repository_init, "PATH &optional IS-BARE",
52 EGIT_DOC(repository_open_bare, "PATH",
98 EGIT_DOC(repository_get_namespace, "REPO",
108 EGIT_DOC(repository_head, "REPO",
140 EGIT_DOC(repository_ident, "REPO",
166 EGIT_DOC(repository_message, "REPO",
180 EGIT_DOC(repository_path, "REPO",
193 EGIT_DOC(repository_state, "REPO",
233 EGIT_DOC(repository_detach_head, "REPO",
247 EGIT_DOC(repository_message_remove, "REPO",
[all …]
H A Degit-submodule.c86 EGIT_DOC(submodule_fetch_recurse_submodules, "SUBMODULE",
109 EGIT_DOC(submodule_ignore, "SUBMODULE",
132 EGIT_DOC(submodule_location, "SUBMODULE &optional FLAG",
237 EGIT_DOC(submodule_update_strategy, "SUBMODULE",
287 EGIT_DOC(submodule_foreach, "REPO FUNC",
310 EGIT_DOC(submodule_add_finalize, "SUBMODULE",
322 EGIT_DOC(submodule_add_to_index, "SUBMODULE WRITE",
334 EGIT_DOC(submodule_init, "SUBMODULE &optional FORCE",
416 EGIT_DOC(submodule_set_ignore, "REPO NAME VALUE",
438 EGIT_DOC(submodule_set_update, "REPO NAME VALUE",
[all …]
H A Degit-reference.c14 EGIT_DOC(reference_create, "REPO NAME ID &optional FORCE LOG-MESSAGE",
154 EGIT_DOC(reference_name_to_id, "REPO REFNAME",
184 EGIT_DOC(reference_peel, "REF &optional TYPE",
204 EGIT_DOC(reference_resolve, "REF",
225 EGIT_DOC(reference_symbolic_target, "REF",
235 EGIT_DOC(reference_target, "REF",
247 EGIT_DOC(reference_target_peel, "REF",
282 EGIT_DOC(reference_ensure_log, "REPO REFNAME",
341 EGIT_DOC(reference_has_log_p, "REPO REFNAME",
387 EGIT_DOC(reference_tag_p, "REF", "Check if REF is a tag.");
[all …]
H A Degit-config.c12 EGIT_DOC(config_new, "", "Open a new empty config object.");
21 EGIT_DOC(config_open_default, "",
33 EGIT_DOC(config_open_global, "CONFIG",
45 EGIT_DOC(config_open_level, "CONFIG &optional LEVEL",
65 EGIT_DOC(config_open_ondisk, "PATH", "Open a config file at PATH.");
93 EGIT_DOC(config_get_bool, "CONFIG NAME",
109 EGIT_DOC(config_get_int, "CONFIG NAME",
125 EGIT_DOC(config_get_path, "CONFIG NAME",
150 EGIT_DOC(config_get_string, "CONFIG NAME",
257 EGIT_DOC(config_delete_entry, "CONFIG NAME",
[all …]
H A Degit-index.c14 EGIT_DOC(index_caps, "INDEX",
26 EGIT_DOC(index_checksum, "INDEX", "Get the checksum of INDEX.");
36 EGIT_DOC(index_conflict_foreach, "INDEX FUNCTION",
79 EGIT_DOC(index_conflict_get, "INDEX PATH",
118 EGIT_DOC(index_entry_stage, "ENTRY",
154 EGIT_DOC(index_get_bypath, "INDEX PATH &optional STAGE",
246 EGIT_DOC(index_add_all, "INDEX &optional PATHSPEC OPTIONS FUNC",
291 EGIT_DOC(index_add_bypath, "INDEX PATH",
318 EGIT_DOC(index_read, "INDEX &optional FORCE",
330 EGIT_DOC(index_write, "INDEX", "Write the index to disk.");
[all …]
H A Degit-revwalk.c14 EGIT_DOC(revwalk_new, "REPO", "Create a new revision walker for REPO.");
29 EGIT_DOC(revwalk_repository, "REVWALK", "Return the repository associated with REVWALK");
42 EGIT_DOC(revwalk_hide, "REVWALK OID",
73 EGIT_DOC(revwalk_hide_head, "REVWALK", "Hide the repository HEAD in REVWALK.");
98 EGIT_DOC(revwalk_push, "REVWALK OID", "Add OID as a new root for traversal in REVWALK");
128 EGIT_DOC(revwalk_push_head, "REVWALK", "Push the repository HEAD to REVWALK.");
138 EGIT_DOC(revwalk_push_range, "REVWALK RANGE",
175 EGIT_DOC(revwalk_reset, "REVWALK", "Reset REVWALK.");
184 EGIT_DOC(revwalk_simplify_first_parent, "REVWALK",
194 EGIT_DOC(revwalk_sorting, "REVWALK &optional MODE",
[all …]
H A Degit-commit.c12 EGIT_DOC(commit_lookup, "REPO OID", "Look up a commit in REPO by OID.");
29 EGIT_DOC(commit_lookup_prefix, "REPO OID", "Lookup a commit in REPO by shortened OID.");
51 EGIT_DOC(commit_author, "COMMIT", "Return the author of COMMIT as a signature object.");
90 EGIT_DOC(commit_id, "COMMIT", "Return the ID of COMMIT.");
100 EGIT_DOC(commit_message, "COMMIT", "Get the message of COMMIT.");
109 EGIT_DOC(commit_nth_gen_ancestor, "COMMIT N",
125 EGIT_DOC(commit_owner, "COMMIT", "Return the repository that COMMIT belongs to.");
134 EGIT_DOC(commit_parent, "COMMIT &optional N", "Return the Nth parent of COMMIT.");
167 EGIT_DOC(commit_parentcount, "COMMIT", "Return the number of parents of COMMIT.");
185 EGIT_DOC(commit_time, "COMMIT", "Get the time COMMIT was authored.");
[all …]
H A Degit-tag.c14 EGIT_DOC(tag_lookup, "REPO OID", "Look up a tag in REPO by OID.");
31 EGIT_DOC(tag_lookup_prefix, "REPO OID", "Lookup a tag in REPO by shortened OID.");
69 EGIT_DOC(tag_foreach, "REPO FUNC",
92 EGIT_DOC(tag_id, "TAG", "Return the ID of TAG.");
102 EGIT_DOC(tag_owner, "TAG", "Return the repository that TAG belongs to.");
111 EGIT_DOC(tag_message, "TAG", "Get the message of TAG, or nil.");
122 EGIT_DOC(tag_name, "TAG", "Get the name of TAG.");
142 EGIT_DOC(tag_tagger, "TAG", "Get the tagger of TAG as a signature object.");
157 EGIT_DOC(tag_target, "TAG", "Get the object pointed to by TAG.");
168 EGIT_DOC(tag_target_id, "TAG", "Get the object ID pointed to by TAG.");
[all …]
H A Degit-remote.c15 EGIT_DOC(remote_create, "REPO NAME URL",
37 EGIT_DOC(remote_lookup, "REPO NAME", "Look up a remote in REPO by NAME.");
57 EGIT_DOC(remote_autotag, "REMOTE",
68 EGIT_DOC(remote_get_refspec, "REMOTE N", "Get the Nth refspec of REMOTE.");
85 EGIT_DOC(remote_get_refspecs, "REMOTE &optional PUSH",
115 EGIT_DOC(remote_owner, "REMOTE", "Get the repository that REMOTE belongs to.");
143 EGIT_DOC(remote_url, "REMOTE", "Get the URL of REMOTE.");
156 EGIT_DOC(remote_list, "REPO", "Get a list of remote names in REPO.");
183 EGIT_DOC(remote_add_refspec, "REPO NAME REFSPEC &optional PUSH",
209 EGIT_DOC(remote_fetch, "REMOTE &optional REFSPECS OPTIONS MESSAGE",
[all …]
H A Degit-reflog.c13 EGIT_DOC(reflog_read, "REPO &optional REFNAME",
35 EGIT_DOC(reflog_entry_byindex, "REFLOG N", "Get the Nth entry in REFLOG.");
52 EGIT_DOC(reflog_entry_committer, "REFLOG-ENTRY", "Get the committer of REFLOG-ENTRY.");
65 EGIT_DOC(reflog_entry_id, "REFLOG-ENTRY &optional NEW",
83 EGIT_DOC(reflog_entry_message, "REFLOG-ENTRY", "Get the message of REFLOG-ENTRY.");
92 EGIT_DOC(reflog_entrycount, "REFLOG", "Get the number of entries in REFLOG");
104 EGIT_DOC(reflog_append, "REFLOG ID COMMITTER &optional MESSAGE",
131 EGIT_DOC(reflog_delete, "REPO REFNAME", "Delete the reflog for REFNAME in REPO.");
145 EGIT_DOC(reflog_drop, "REFLOG N &optional REWRITE",
162 EGIT_DOC(reflog_rename, "REPO OLD-REFNAME NEW-REFNAME",
[all …]
H A Degit-blob.c13 EGIT_DOC(blob_create_fromstring, "REPO STR",
34 EGIT_DOC(blob_create_fromdisk, "REPO PATH",
53 EGIT_DOC(blob_create_fromworkdir, "REPO PATH",
71 EGIT_DOC(blob_lookup, "REPO OID", "Look up a blob in REPO by OID.");
88 EGIT_DOC(blob_lookup_prefix, "REPO OID", "Lookup a blob in REPO by shortened OID.");
110 EGIT_DOC(blob_binary_p, "BLOB",
120 EGIT_DOC(blob_filtered_content, "BLOB PATH &optional IGNORE-BINARY",
144 EGIT_DOC(blob_id, "BLOB", "Return the ID of BLOB.");
154 EGIT_DOC(blob_owner, "BLOB", "Return the repository that BLOB belongs to.");
163 EGIT_DOC(blob_rawcontent, "BLOB", "Get the raw content of BLOB as a unibyte string.");
[all …]
H A Degit-branch.c7 EGIT_DOC(branch_create, "REPO NAME COMMIT &optional FORCE",
31 EGIT_DOC(branch_create_from_annotated, "REPO NAME COMMITISH FORCE",
79 EGIT_DOC(branch_foreach, "REPO TYPE FUNC",
119 EGIT_DOC(branch_lookup, "REPO NAME &optional REMOTE",
141 EGIT_DOC(branch_delete, "REF", "Delete branch at REF.");
177 EGIT_DOC(branch_move, "REF NEWNAME &optional FORCE",
212 EGIT_DOC(branch_remote_name, "REPO BRANCH",
231 EGIT_DOC(branch_set_upstream, "REF REFNAME",
248 EGIT_DOC(branch_upstream, "REF",
263 EGIT_DOC(branch_upstream_name, "REPO REFNAME",
[all …]
H A Degit-pathspec.c10 EGIT_DOC(pathspec_new, "PATHSPECS",
38 EGIT_DOC(pathspec_matches_path, "PATHSPEC FLAGS PATH",
67 EGIT_DOC(pathspec_match_list_entrycount, "PATHSPEC-MATCH-LIST",
76 EGIT_DOC(pathspec_match_list_entry, "PATHSPEC-MATCH-LIST POSITION",
95 EGIT_DOC(pathspec_match_list_diff_entry, "PATHSPEC-MATCH-LIST POSITION",
114 EGIT_DOC(pathspec_match_list_failed_entrycount, "PATHSPEC-MATCH-LIST",
126 EGIT_DOC(pathspec_match_list_failed_entry, "PATHSPEC-MATCH-LIST POSITION",
144 EGIT_DOC(pathspec_match_workdir, "REPO FLAGS PATHSPEC",
189 EGIT_DOC(pathspec_match_index, "INDEX FLAGS PATHSPEC",
228 EGIT_DOC(pathspec_match_tree, "TREE FLAGS PATHSPEC",
[all …]
H A Degit-refspec.c13 EGIT_DOC(refspec_direction, "REFSPEC",
24 EGIT_DOC(refspec_dst, "REFSPEC", "Get the destination specifier of REFSPEC.");
33 EGIT_DOC(refspec_src, "REFSPEC", "Get the source specifier of REFSPEC.");
42 EGIT_DOC(refspec_string, "REFSPEC", "Get the string representation of REFSPEC.");
55 EGIT_DOC(refspec_dst_matches_p, "REFSPEC REFNAME",
68 EGIT_DOC(refspec_force_p, "REFSPEC", "Non-nil if the force setting of REFSPEC is set.");
76 EGIT_DOC(refspec_src_matches_p, "REFSPEC REFNAME",
H A Degit-tree.c14 EGIT_DOC(tree_lookup, "REPO OID", "Look up a tree in REPO by OID.");
31 EGIT_DOC(tree_lookup_prefix, "REPO OID", "Lookup a tree in REPO by shortened OID.");
53 EGIT_DOC(tree_entry_byid, "TREE ID",
69 EGIT_DOC(tree_entry_byindex, "TREE N",
100 EGIT_DOC(tree_entry_byname, "TREE FILENAME",
116 EGIT_DOC(tree_entry_bypath, "TREE PATH",
134 EGIT_DOC(tree_entrycount, "TREE", "Return the number of entries in TREE.");
143 EGIT_DOC(tree_id, "TREE", "Return the ID of TREE.");
153 EGIT_DOC(tree_owner, "TREE", "Return the repository that TREE belongs to.");
180 EGIT_DOC(tree_walk, "TREE ORDER FUNCTION",
H A Degit-debug.c50 EGIT_DOC(_allocs, "", "Return a list of wrapper pointers that have been allocated.");
53 EGIT_DOC(_finalizes, "", "Return a list of wrapper pointers that have been finalized.");
56 EGIT_DOC(_frees, "", "Return a list of wrapper pointers that have been freed.");
59 EGIT_DOC(_refcount, "OBJ", "Return the reference count of OBJ.");
67 EGIT_DOC(_wrapper, "OBJ", "Return the address of the wrapper object.");
75 EGIT_DOC(_wrapped, "OBJ", "Return the address of the wrapped object.");
83 EGIT_DOC(_parent_wrapper, "OBJ", "Return the address of the parent wrapper object.");
H A Degit-signature.c8 EGIT_DOC(signature_default, "REPO", "Create a new action signature with default user and now timest…
22 EGIT_DOC(signature_from_string, "STRING",
37 EGIT_DOC(signature_new, "NAME EMAIL TIME",
59 EGIT_DOC(signature_now, "NAME EMAIL",
75 EGIT_DOC(signature_name, "SIGNATURE", "Get the name from SIGNATURE.");
83 EGIT_DOC(signature_email, "SIGNATURE", "Get the email from SIGNATURE.");
91 EGIT_DOC(signature_time, "SIGNATURE", "Get the time from SIGNATURE.");
H A Degit-treebuilder.c14 EGIT_DOC(treebuilder_new, "REPO &optional TREE",
36 EGIT_DOC(treebuilder_entrycount, "BUILDER", "Get the number of entries in BUILDER.");
44 EGIT_DOC(treebuilder_get, "BUILDER PATH",
66 EGIT_DOC(treebuilder_clear, "BUILDER", "Clear all entries in BUILDER.");
75 EGIT_DOC(treebuilder_insert, "BUILDER PATH ID MODE",
102 EGIT_DOC(treebuilder_remove, "BUILDER PATH",
117 EGIT_DOC(treebuilder_write, "BUILDER",
154 EGIT_DOC(treebuilder_filter, "BUILDER FUNC",
H A Degit-blame.c62 EGIT_DOC(blame_file, "REPOSITORY PATH &optional OPTIONS",
93 EGIT_DOC(blame_get_hunk_byindex, "BLAME N", "Return the Nth hunk of BLAME.");
111 EGIT_DOC(blame_get_hunk_byline, "BLAME LINE", "Return the hunk from BLAME at the given LINE.");
129 EGIT_DOC(blame_get_hunk_count, "BLAME", "Return the number of HUNKS in the given BLAME.");
143 EGIT_DOC(blame_hunk_commit_id, "BLAME-HUNK &optional ORIG",
157 EGIT_DOC(blame_hunk_lines, "BLAME-HUNK", "Get the total number of lines in BLAME-HUNK.");
165 EGIT_DOC(blame_hunk_orig_path, "BLAME-HUNK",
175 EGIT_DOC(blame_hunk_signature, "BLAME-HUNK &optional ORIG",
190 EGIT_DOC(blame_hunk_start_line_number, "BLAME-HUNK &optional ORIG",
H A Degit-diff.c552 EGIT_DOC(diff_print, "DIFF &optional FORMAT LINE-FUNC",
588 EGIT_DOC(diff_delta_file_id, "DELTA NEW",
600 EGIT_DOC(diff_delta_file_path, "DELTA &optional NEW",
619 EGIT_DOC(diff_delta_similarity, "DELTA",
630 EGIT_DOC(diff_delta_status, "DELTA",
669 EGIT_DOC(diff_hunk_lines, "HUNK &optional NEW",
680 EGIT_DOC(diff_hunk_start, "HUNK &optional NEW",
695 EGIT_DOC(diff_line_origin, "LINE",
716 EGIT_DOC(diff_line_lineno, "LINE SIDE",
756 EGIT_DOC(diff_num_deltas, "DIFF &optional TYPE",
[all …]
H A Degit-cred.c14 EGIT_DOC(cred_default_new, "",
25 EGIT_DOC(cred_ssh_key_from_agent, "USERNAME",
38 EGIT_DOC(cred_ssh_key_memory_new, "USERNAME PUBLIC-KEY PRIVATE-KEY PASSPHRASE",
65 EGIT_DOC(cred_ssh_key_new, "USERNAME PUBLIC-KEY PRIVATE-KEY PASSPHRASE",
96 EGIT_DOC(cred_username_new, "USERNAME",
111 EGIT_DOC(cred_userpass_plaintext_new, "USERNAME PASSWORD",
131 EGIT_DOC(cred_username_p, "CRED", "Return non-nil if CRED has username info.");
H A Degit-object.c12 EGIT_DOC(object_lookup, "REPO OID &optional TYPE",
39 EGIT_DOC(object_lookup_prefix, "REPO OID",
71 EGIT_DOC(object_id, "OBJ", "Return the ID for the given OBJ.");
81 EGIT_DOC(object_owner, "OBJECT", "Return the repository that OBJECT belongs to.");
90 EGIT_DOC(object_short_id, "OBJ", "Return the shortened ID for the given OBJ.");
H A Degit-annotated-commit.c8 EGIT_DOC(annotated_commit_from_ref, "REPO REF",
27 EGIT_DOC(annotated_commit_from_fetchhead, "REPO BRANCH-NAME REMOTE-URL ID",
56 EGIT_DOC(annotated_commit_from_revspec, "REPO REVSPEC",
78 EGIT_DOC(annotated_commit_lookup, "REPO ID",
98 EGIT_DOC(annotated_commit_id, "ANNOTATED-COMMIT",
H A Degit-ignore.c6 EGIT_DOC(add_rule, "REPO RULES",
27 EGIT_DOC(clear_internal_rules, "REPO",
42 EGIT_DOC(path_ignored_p, "REPO PATH", "Check if PATH is ignored");
H A Degit-status.c11 EGIT_DOC(status_decode, "STATUS",
24 EGIT_DOC(status_file, "REPO PATH", "Get status of PATH in REPO.\n\n"
58 EGIT_DOC(status_should_ignore_p, "REPO PATH",
79 EGIT_DOC(status_foreach_ext, "REPO FUNCTION &optional SHOW FLAGS PATHSPEC BASELINE",

12