X-Git-Url: http://rtime.felk.cvut.cz/gitweb/git.git/blobdiff_plain/c4df50c2d8afed81e4c3170f51eff1d11dea1d94..HEAD:/commit.h diff --git a/commit.h b/commit.h index 26ec8c0d1..6ef88dcf4 100644 --- a/commit.h +++ b/commit.h @@ -163,4 +163,8 @@ static inline int single_parent(struct commit *commit) struct commit_list *reduce_heads(struct commit_list *heads); +extern int commit_tree(const char *msg, unsigned char *tree, + struct commit_list *parents, unsigned char *ret, + const char *author); + #endif /* COMMIT_H */