X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/2101e26fd68f816e77de62b93df4c32fd1110d0c..9a8f88658d51aeb86a79ac1121de13562ad2601f:/parsing.c?ds=sidebyside diff --git a/parsing.c b/parsing.c index 6cab0e9..be471b5 100644 --- a/parsing.c +++ b/parsing.c @@ -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;