]> gitweb.ps.run Git - ps-cgit/commitdiff
Use split_ident_line() in parse_user()
authorLukas Fleischer <cgit@cryptocrack.de>
Wed, 24 Dec 2014 07:50:11 +0000 (08:50 +0100)
committerJason A. Donenfeld <Jason@zx2c4.com>
Wed, 24 Dec 2014 08:38:28 +0000 (01:38 -0700)
Use Git's built-in ident line splitting algorithm instead of
reimplementing it. This does not only simplify the code but also makes
sure that cgit is consistent with Git when it comes to author parsing.

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

No differences found