diff options
| author | Lars Hjemli <[email protected]> | 2006-12-15 23:19:56 +0000 |
|---|---|---|
| committer | Lars Hjemli <[email protected]> | 2006-12-15 23:19:56 +0000 |
| commit | 9a8f88658d51aeb86a79ac1121de13562ad2601f (patch) | |
| tree | 8724d9477efe887e0b851b567e74554e75761cc7 /parsing.c | |
| parent | Add a common commit parser (diff) | |
| download | cgit-9a8f88658d51aeb86a79ac1121de13562ad2601f.tar.gz cgit-9a8f88658d51aeb86a79ac1121de13562ad2601f.zip | |
Add ui-commit.c + misc ui cleanups
Signed-off-by: Lars Hjemli <[email protected]>
Diffstat (limited to 'parsing.c')
| -rw-r--r-- | parsing.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |
