Add missing test file for UTF-16.
[gitweb.git] / commit.h
index 009b113e5bb5d04bdfb116897cc17dc5f5a2fa9c..5cf46b2e0a5485757a23c86ed38b4d2de6c1342a 100644 (file)
--- a/commit.h
+++ b/commit.h
@@ -181,7 +181,7 @@ 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,
+extern int commit_tree(const struct strbuf *msg, unsigned char *tree,
                struct commit_list *parents, unsigned char *ret,
                const char *author);