shortlog: refactor insert_one_record()
commitd421cb6163363741fcaaf33a99650195eabde494
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 15 Jul 2009 10:52:20 +0000 (15 12:52 +0200)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 15 Jul 2009 11:08:21 +0000 (15 13:08 +0200)
treeea8242d3018fe476362878f0a2e938d427699c87
parent814008b4a54170479f032db3c3fb0f3a3e89532f
shortlog: refactor insert_one_record()

This just splits insert_one_record() into one part which assumes that
the key is an email ident of the form "A U Thor <author@example.com>"
(that needs to respect .mailmap) and a second part which does not.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
builtin-shortlog.c