diff options
-rw-r--r-- | parsing.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -216,6 +216,9 @@ struct taginfo *cgit_parse_tag(struct tag *tag) } } + while (p && *p == '\n') + p++; + if (p && *p) ret->msg = xstrdup(p); |
Welcome to mirror list, hosted at ThFree Co, Russian Federation.
index : git.zx2c4.com/cgit.git | ||
Unnamed repository; edit this file 'description' to name the repository. | root |
summaryrefslogtreecommitdiff |
-rw-r--r-- | parsing.c | 3 |
@@ -216,6 +216,9 @@ struct taginfo *cgit_parse_tag(struct tag *tag) } } + while (p && *p == '\n') + p++; + if (p && *p) ret->msg = xstrdup(p); |