From: Junio C Hamano Date: Sat, 8 Dec 2007 01:07:41 +0000 (-0800) Subject: shortlog: code restructuring and clean-up X-Git-Tag: v1.5.4-rc0~44 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/1e931cb4d197e30504b6d2cc77b0b045b0167df6?hp=1e931cb4d197e30504b6d2cc77b0b045b0167df6 shortlog: code restructuring and clean-up 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 ---