hg2git.py: Add support for extracting authorship from Signed-off-by lines
commit796fa5f4cb3ed93948b2efef6273fa12c64c325c
authorRocco Rutte <pdmef@gmx.net>
Fri, 9 Mar 2007 12:07:08 +0000 (9 12:07 +0000)
committerRocco Rutte <pdmef@gmx.net>
Fri, 9 Mar 2007 12:07:08 +0000 (9 12:07 +0000)
tree6e3222c5316c817a0b03d8e854a2c7fe340c433d
parent31985600163b6f242bfe69aeba21da0fc00b44a7
hg2git.py: Add support for extracting authorship from Signed-off-by lines

Unfortunately, it's not configurable yet (read: cannot be disabled) as
it may take some time to match against regex all the time (especially
from some initial import).

This also enables cleaning up usernames by stripping silly leading and
trailing chars like '"' (which is the only one supported ATM).

Signed-off-by: Rocco Rutte <pdmef@gmx.net>
hg2git.py