From 9a8f88658d51aeb86a79ac1121de13562ad2601f Mon Sep 17 00:00:00 2001 From: Lars Hjemli Date: Sat, 16 Dec 2006 00:19:56 +0100 Subject: Add ui-commit.c + misc ui cleanups Signed-off-by: Lars Hjemli --- parsing.c | 1 + 1 file changed, 1 insertion(+) (limited to 'parsing.c') 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; -- cgit 1.4.1 094a9225ce3541a9518'>this commit dontfiles
summary refs log tree commit diff
path: root/www (unfollow)
Commit message (Expand)Author
2020-08-23Use scheme for bin htmlJune McEnroe
2020-08-23Use scheme CSS variables for causal.agencyJune McEnroe
2020-08-23Use CSS variables in scheme outputJune McEnroe
2020-08-23Add catsit to causal.agencyJune McEnroe
2020-08-23Add some actual info to top of causal.agencyJune McEnroe