]> git.ipfire.org Git - thirdparty/git.git/commit - ident.c
Use GECOS field a bit better to produce default human readable name.
authorJunio C Hamano <junkio@cox.net>
Mon, 19 Sep 2005 23:06:56 +0000 (16:06 -0700)
committerJunio C Hamano <junkio@cox.net>
Tue, 20 Sep 2005 22:07:52 +0000 (15:07 -0700)
commite9bacb4f6a6f0aae7270acb257977f9ee0bbd6db
treed2b824e336e7ca4922677f03d4605062705faf80
parentf318dd229f9df88470de8541916d48c9380e2e35
Use GECOS field a bit better to produce default human readable name.

This updates the default human readable name we generate from GECOS
field.  We assume the "full-name, followed by additional information
separated by commas" format, with an & expanding to the capitalized
login name.

Signed-off-by: Junio C Hamano <junkio@cox.net>
ident.c