about summary refs log tree commit homepage
path: root/lib/PublicInbox/Import.pm
DateCommit message (Expand)
2016-05-25remove Email::Address dependency
2016-05-21import: avoid needless git update-server-info
2016-05-12import: fallback to email if '<>' exists in author name
2016-05-12import: normalize body by stripping trailing newlines
2016-04-28import: run git-update-server-info when done
2016-04-27import: document API for public consumption
2016-04-25remove ssoma dependency
2016-04-25import: extra check for final byte read
2016-04-12import: filter out [<>] from user names
2016-04-11import: use bytes::length for true data length in bytes
2016-04-11import: set binmode before printing author names
2016-04-11import: initial module + test case