]> gitweb.ps.run Git - ps-cgit/commit
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)
commit3cb8e762780cb4bd8dc9d330d549e36d65ad4335
tree0bcfe991b4b50f4df2e98f6b61bfd6a66681d6f1
parent4d8ed337cb07121cdd6d0041565cf741a9be526a
Drop return value from parse_user()

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>
parsing.c