mirror of
https://github.com/newren/git-filter-repo.git
synced 2024-11-07 09:20:29 +00:00
780c74b218
The mailmap format parsed by the "git shortlog" command allows for matching mailmap entries with no email address. This is admittedly an edge case, because most Git commits will have an email address associated with them as well as a name, but technically the address isn't required, and "git shortlog" accommodates that in its mailmap format. This commit teaches git-filter-repo to do the same thing. Signed-off-by: Karl Lenz <xorangekiller@gmail.com>
24 lines
394 B
Plaintext
24 lines
394 B
Plaintext
feature done
|
|
blob
|
|
mark :1
|
|
data 5
|
|
hello
|
|
reset refs/heads/develop
|
|
commit refs/heads/develop
|
|
mark :2
|
|
author Srinivasa Ramanujan <fellow@cambridge.org> 1535228562 +0261
|
|
committer Srinivasa Ramanujan <fellow@cambridge.org> 1535228562 +0261
|
|
data 8
|
|
Initial
|
|
M 100644 :1 greeting
|
|
|
|
reset refs/heads/master
|
|
from :2
|
|
|
|
tag v1.0
|
|
from :2
|
|
tagger Little John <second@merry.men> 1535229618 -0700
|
|
data 4
|
|
v1.0
|
|
done
|