Bug: Crash in Repo._load_git_data
when .git-blame-ignore-revs
does not exist
#54
Labels
bug
Something isn't working
For older version of
git
, such as 2.34.1,git blame
errors out if.git-blame-ignore-revs
does not exist. A crash occurs in repo.py line 271 due to this issue. I guess the reason why this hasn't been an issue is that GitHub seems to be usinggit 2.39.1
.The text was updated successfully, but these errors were encountered: