Re: [PATCH] Use split_ident_line() in parse_user()

2014-12-23 Thread Lukas Fleischer
On Wed, 24 Dec 2014 at 02:57:45, Jason A. Donenfeld wrote: > On Wed, Dec 17, 2014 at 5:19 AM, Lukas Fleischer > wrote: > > > 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 wit

Re: [PATCH] Use split_ident_line() in parse_user()

2014-12-23 Thread Jason A. Donenfeld
On Wed, Dec 17, 2014 at 5:19 AM, Lukas Fleischer wrote: > 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. > Thank heavens! > +