pygit2
pygit2 copied to clipboard
git blame get None final_committer when the committer email is null BUT the name not null
i want to get final_committer name when use git blame for line, but get NoneType, and i found what cause that is the committer email is none, but all i want is just the commiter name, can it fix , please