bendns' repos
/
cgit
the repository which powers this website
themed
1
Branch
0
Tags
Code
Clone
HTTPS
SSH
Open with VS Code
Diffstat
(limited to 'parsing.c')
-rw-r--r--
parsing.c
3
1 files changed, 3 insertions, 0 deletions
diff --git a/parsing.c b/parsing.c
index 0db181bd..dcaf2b3c 100644
--- a/
parsing.c
+++ b/
parsing.c
@@ -216,6 +216,9 @@ struct taginfo *cgit_parse_tag(struct tag *tag)
}
}
+ while (p && *p == '\n')
+ p++;
+
if (p && *p)
ret->msg = xstrdup(p);