FYI if you've configured `git` to use `,ignored_re...
# development
b
FYI if you've configured
git
to use
,ignored_revisions
to ignore commits, it's been renamed to
.git-blame-ignore-revs
https://github.com/pantsbuild/pants/pull/15150
๐Ÿ‘ 1
h
Do you know if you have to change certain config for this? I ran
git config blame.ignoreRevFile .git-blame-ignore-revs
but PyCharm is still failing to git blame
Errorfatal could not open object name list: .ignored_revisions
๐Ÿคจ 1
b
Git is not the most user friendly
Seems like something is using the old name?
๐Ÿ‘ 1
h
I think that it's an error message from git and not pycharm. I will try running git tomorrow directly