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