]> Sergey Matveev's repositories - public-inbox.git/commit
scripts/import_vger_from_mbox: relax From_ line match slightly
authorEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 8 Feb 2018 03:49:51 +0000 (03:49 +0000)
committerEric Wong (Contractor, The Linux Foundation) <e@80x24.org>
Thu, 8 Feb 2018 03:49:51 +0000 (03:49 +0000)
commit5ef48061687e5bea3b871fb07d164738ecef907d
tree49fa8868f9990732855879856a2af39f4d9483d3
parentda1189763600f25802d6054ac3414d799b9367d4
scripts/import_vger_from_mbox: relax From_ line match slightly

The mboxes I got from cregit have two spaces after the email
address, while the "git format-patch" output I'm used to dealing
with only has one space.

It's still a "strict" match in that it checks for something
resembling a timestamp, but it relaxes the number of spaces
between the email address and date.
scripts/import_vger_from_mbox