shortlog: code restructuring and clean-up
authorJunio C Hamano <gitster@pobox.com>
Sat, 8 Dec 2007 01:07:41 +0000 (17:07 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sat, 8 Dec 2007 19:31:17 +0000 (11:31 -0800)
The code tried to parse and clean-up the author name and the one line
information in three places (two callers of insert_author_oneline() and
the called function itself), which was a mess.

This renames the callee to insert_one_record() and make it responsible
for cleaning up the author name and one line information.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found