Add commit->msg_encoding, allocate msg dynamicly.

このコミットが含まれているのは:
Jonathan Bastien-Filiatrault
2007-10-26 18:09:06 -04:00
コミット 3845e177e4
4個のファイルの変更10行の追加1行の削除

ファイルの表示

@@ -199,6 +199,7 @@ struct commitinfo *cgit_parse_commit(struct commit *commit)
ret->committer_email = NULL;
ret->subject = NULL;
ret->msg = NULL;
ret->msg_encoding = NULL;
if (p == NULL)
return ret;