Lines Matching +defs:commit +defs:ok

72 	struct commit *commit;  in lookup_commit_reference_by_name()  local
270 void set_commit_buffer(struct repository *r, struct commit *commit, void *buffer, unsigned long siz… in set_commit_buffer()
278 const void *get_cached_commit_buffer(struct repository *r, const struct commit *commit, unsigned lo… in get_cached_commit_buffer()
293 const struct commit *commit, in repo_get_commit_buffer()
314 const struct commit *commit, in repo_unuse_commit_buffer()
323 void free_commit_buffer(struct parsed_object_pool *pool, struct commit *commit) in free_commit_buffer()
339 const struct commit *commit) in repo_get_commit_tree()
350 struct object_id *get_commit_tree_oid(const struct commit *commit) in get_commit_tree_oid()
366 const void *detach_commit_buffer(struct commit *commit, unsigned long *sizep) in detach_commit_buffer()
657 struct commit *commit = parents->item; in pop_most_recent_commit() local
668 struct commit *commit, unsigned int mark) in clear_commit_marks_1()
689 void clear_commit_marks_many(int nr, struct commit **commit, unsigned int mark) in clear_commit_marks_many()
701 void clear_commit_marks(struct commit *commit, unsigned int mark) in clear_commit_marks()
728 struct commit *commit) in record_author_date()
809 struct commit *commit; in sort_in_topological_order() local
835 struct commit *commit = next->item; in sort_in_topological_order() local
863 struct commit *commit = next->item; in sort_in_topological_order() local
915 struct commit **commit; member
923 struct commit *commit; in add_one_commit() local
953 struct commit *get_fork_point(const char *refname, struct commit *commit) in get_fork_point()
1056 int parse_signed_commit(const struct commit *commit, in parse_signed_commit()
1205 int check_commit_signature(const struct commit *commit, struct signature_check *sigc) in check_commit_signature()
1225 void verify_merge_signature(struct commit *commit, int verbosity, in verify_merge_signature()
1275 struct commit_extra_header *read_commit_extra_headers(struct commit *commit, in read_commit_extra_headers()
1286 int for_each_mergetag(each_mergetag_fn fn, struct commit *commit, void *data) in for_each_mergetag()
1478 int ok = 1; in verify_utf8() local
1577 struct merge_remote_desc *merge_remote_util(struct commit *commit) in merge_remote_util()
1582 void set_merge_remote_desc(struct commit *commit, in set_merge_remote_desc()
1594 struct commit *commit; in get_merge_parent() local
1622 struct commit_list **commit_list_append(struct commit *commit, in commit_list_append()