X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=commit.h;h=bd73b8447203cb668742f5f809b57842d319a6aa;hb=e96b271d185b59d93f7deab454a788c9d8dd0e50;hp=e90153890954a458fa83671dea14b07a76621747;hpb=5b53175b7a03a08c05ad5b2874bb48f07918c9ed;p=thirdparty%2Fgit.git diff --git a/commit.h b/commit.h index e901538909..bd73b84472 100644 --- a/commit.h +++ b/commit.h @@ -270,10 +270,9 @@ int commit_tree(const char *msg, size_t msg_len, int commit_tree_extended(const char *msg, size_t msg_len, const struct object_id *tree, - struct commit_list *parents, - struct object_id *ret, const char *author, - const char *sign_commit, - struct commit_extra_header *); + struct commit_list *parents, struct object_id *ret, + const char *author, const char *committer, + const char *sign_commit, struct commit_extra_header *); struct commit_extra_header *read_commit_extra_headers(struct commit *, const char **);