Home
last modified time | relevance | path

Searched refs:partial_commit (Results 1 – 15 of 15) sorted by relevance

/dports/devel/git-gui/git-2.34.1/
H A Dnotes-merge.h77 struct commit *partial_commit,
H A Dnotes-merge.c666 struct commit *partial_commit, in notes_merge_commit() argument
679 const char *buffer = get_commit_buffer(partial_commit, NULL); in notes_merge_commit()
724 create_notes_commit(o->repo, partial_tree, partial_commit->parents, msg, in notes_merge_commit()
726 unuse_commit_buffer(partial_commit, buffer); in notes_merge_commit()
/dports/devel/git-p4/git-2.34.1/
H A Dnotes-merge.h77 struct commit *partial_commit,
H A Dnotes-merge.c666 struct commit *partial_commit, in notes_merge_commit() argument
679 const char *buffer = get_commit_buffer(partial_commit, NULL); in notes_merge_commit()
724 create_notes_commit(o->repo, partial_tree, partial_commit->parents, msg, in notes_merge_commit()
726 unuse_commit_buffer(partial_commit, buffer); in notes_merge_commit()
/dports/devel/git-svn/git-2.34.1/
H A Dnotes-merge.h77 struct commit *partial_commit,
H A Dnotes-merge.c666 struct commit *partial_commit, in notes_merge_commit() argument
679 const char *buffer = get_commit_buffer(partial_commit, NULL); in notes_merge_commit()
724 create_notes_commit(o->repo, partial_tree, partial_commit->parents, msg, in notes_merge_commit()
726 unuse_commit_buffer(partial_commit, buffer); in notes_merge_commit()
/dports/devel/git/git-2.34.1/
H A Dnotes-merge.h77 struct commit *partial_commit,
H A Dnotes-merge.c666 struct commit *partial_commit, in notes_merge_commit() argument
679 const char *buffer = get_commit_buffer(partial_commit, NULL); in notes_merge_commit()
724 create_notes_commit(o->repo, partial_tree, partial_commit->parents, msg, in notes_merge_commit()
726 unuse_commit_buffer(partial_commit, buffer); in notes_merge_commit()
/dports/devel/git-cvs/git-2.34.1/
H A Dnotes-merge.h77 struct commit *partial_commit,
H A Dnotes-merge.c666 struct commit *partial_commit, in notes_merge_commit() argument
679 const char *buffer = get_commit_buffer(partial_commit, NULL); in notes_merge_commit()
724 create_notes_commit(o->repo, partial_tree, partial_commit->parents, msg, in notes_merge_commit()
726 unuse_commit_buffer(partial_commit, buffer); in notes_merge_commit()
/dports/devel/cgit/cgit-1.2.3/git/
H A Dnotes-merge.h77 struct commit *partial_commit,
H A Dnotes-merge.c666 struct commit *partial_commit, in notes_merge_commit() argument
679 const char *buffer = get_commit_buffer(partial_commit, NULL); in notes_merge_commit()
727 create_notes_commit(o->repo, partial_tree, partial_commit->parents, msg, in notes_merge_commit()
729 unuse_commit_buffer(partial_commit, buffer); in notes_merge_commit()
/dports/net-mgmt/seafile-client/seafile-7.0.9/daemon/
H A Dwt-monitor-structs.h42 gboolean partial_commit; member
H A Drepo-mgr.c2579 status->partial_commit = TRUE; in handle_add_files()
3679 status->partial_commit = FALSE; in apply_worktree_changes_to_index()
3843 status->partial_commit = FALSE; in apply_worktree_changes_to_index()
H A Dsync-mgr.c1111 } else if (status->partial_commit) { in create_commit_from_event_queue()