Add commit->msg_encoding, allocate msg dynamicly.

Tento commit je obsažen v:
Jonathan Bastien-Filiatrault
2007-10-26 18:09:06 -04:00
rodič 72ede12551
revize 3845e177e4
4 změnil soubory, kde provedl 10 přidání a 1 odebrání

Zobrazit soubor

@@ -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;