| -rw-r--r-- | parsing.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -216,9 +216,6 @@ struct taginfo *cgit_parse_tag(struct tag *tag) } } - while (p && *p == '\n') - p++; - if (p && *p) ret->msg = xstrdup(p); |
| index : cgitext.git | ||
| cgitext – CGI for Git extension | Saya Andy <saya.andy@posteo.com> |
| aboutsummaryrefslogtreecommitdiff |
| -rw-r--r-- | parsing.c | 3 |
@@ -216,9 +216,6 @@ struct taginfo *cgit_parse_tag(struct tag *tag) } } - while (p && *p == '\n') - p++; - if (p && *p) ret->msg = xstrdup(p); |