https://pantsbuild.org/ logo
b

bitter-ability-32190

04/15/2022, 3:21 PM
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

hundreds-father-404

05/02/2022, 11:02 PM
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

bitter-ability-32190

05/02/2022, 11:48 PM
Git is not the most user friendly
Seems like something is using the old name?
๐Ÿ‘ 1
h

hundreds-father-404

05/03/2022, 2:02 AM
I think that it's an error message from git and not pycharm. I will try running git tomorrow directly