Add ui-commit.c + misc ui cleanups

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Tá an tiomantas seo le fáil i:
Lars Hjemli
2006-12-16 00:19:56 +01:00
tuismitheoir 2101e26fd6
tiomantas 9a8f88658d
D'athraigh 9 comhad le 140 breiseanna agus 19 scriosta

Féach ar an gComhad

@ -150,6 +150,7 @@ struct commitinfo *cgit_parse_commit(struct commit *commit)
t = strchr(p, '\n');
ret->subject = substr(p, t);
p = t + 1;
while (*p == '\n')
p = strchr(p, '\n') + 1;