From: Lukas Fleischer Date: Thu, 5 Mar 2015 11:58:12 +0000 (+0100) Subject: Drop return value from parse_user() X-Git-Url: https://gitweb.ps.run/ps-cgit/commitdiff_plain/3cb8e762780cb4bd8dc9d330d549e36d65ad4335?ds=sidebyside;hp=3cb8e762780cb4bd8dc9d330d549e36d65ad4335 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 ---