X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=commit.h;h=154c0e34ff7d2dbaddcfb66b74d26697ffba6381;hb=471dcfdbb23ad423168d928335bc36217f9e311d;hp=123aea3a7ccf95821d4b4eb5eff9cf7f384d881d;hpb=c871a1d17b8433d98df59b03da5538f10c4ae52c;p=git.git diff --git a/commit.h b/commit.h index 123aea3a7..154c0e34f 100644 --- a/commit.h +++ b/commit.h @@ -191,11 +191,11 @@ struct commit_extra_header { extern void append_merge_tag_headers(struct commit_list *parents, struct commit_extra_header ***tail); -extern int commit_tree(const char *msg, unsigned char *tree, +extern int commit_tree(const struct strbuf *msg, unsigned char *tree, struct commit_list *parents, unsigned char *ret, const char *author, const char *sign_commit); -extern int commit_tree_extended(const char *msg, unsigned char *tree, +extern int commit_tree_extended(const struct strbuf *msg, unsigned char *tree, struct commit_list *parents, unsigned char *ret, const char *author, const char *sign_commit, struct commit_extra_header *);