]> Sergey Matveev's repositories - public-inbox.git/commit
import: fallback to email if '<>' exists in author name
authorEric Wong <e@80x24.org>
Thu, 12 May 2016 09:06:56 +0000 (09:06 +0000)
committerEric Wong <e@80x24.org>
Thu, 12 May 2016 09:06:56 +0000 (09:06 +0000)
commit8dfd3da2cb7967fcb52dcd816a6e52d143684061
treedc64ed8ee3a150bfada7accaef26009b1e13df31
parent1f89e15a29cd63335f40902f1de7944e2efe91fa
import: fallback to email if '<>' exists in author name

git doesn't handle '<' and '>' characters in the author
name at all regardless of quoting, not just matched pairs.
So fall back to using the email as the author name since
the commit info isn't critical, anyways (shallow clones
are fine).
lib/PublicInbox/Import.pm