]> gitweb.ps.run Git - ps-cgit/commitdiff
Drop return value from parse_user()
authorLukas Fleischer <cgit@cryptocrack.de>
Thu, 5 Mar 2015 11:58:12 +0000 (12:58 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Thu, 5 Mar 2015 14:54:47 +0000 (15:54 +0100)
In commit 936295c (Simplify commit and tag parsing, 2015-03-03), the
commit and tag parsing code was refactored. This broke tag messages in
ui-tag since the line after the tagger header was erroneously skipped.
Rework parse_user() and skip the line manually outside parse_user().

Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de>

No differences found