commit_tree      1726 builtin/am.c   	if (commit_tree(state->msg, state->msg_len, tree, parents, commit,
commit_tree       124 builtin/commit-tree.c 	if (commit_tree(buffer.buf, buffer.len, tree_sha1, parents,
commit_tree       827 builtin/merge.c 	if (commit_tree(merge_msg.buf, merge_msg.len, result_tree, parents,
commit_tree       852 builtin/merge.c 	if (commit_tree(merge_msg.buf, merge_msg.len, result_tree, parents,
commit_tree       320 commit.h       extern int commit_tree(const char *msg, size_t msg_len,
commit_tree        59 notes-cache.c  	if (commit_tree(c->validity, strlen(c->validity), tree_sha1, NULL,
commit_tree        29 notes-utils.c  	if (commit_tree(msg, msg_len, tree_sha1, parents, result_sha1, NULL, NULL))