Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
>>> cd a/b/c
>>> python3 -c import os; print(os.getcwd())
[TMPDIR]/a/b/c
>>> [CLI] bundle exec -- python3 -c import os; print(os.getcwd())
[TMPDIR]