##// END OF EJS Templates
Protect against failure to show local data....
Protect against failure to show local data. See https://github.com/napari/napari/pull/3201 where formatting traceback was failing and lead to silenced errors. With this change we instead get the rest of the traceback but without the local variables, which is still better.

File last commit:

r25684:69cd5d0c
r26712:053e48a3
Show More
configure-git-blame-ignore-revs.sh
11 lines | 423 B | application/x-sh | BashLexer
/ tools / configure-git-blame-ignore-revs.sh
#!/bin/sh
# Other config options for blame are markUnblamables and markIgnoredLines.
# See docs for more details:
# https://git-scm.com/docs/git-config#Documentation/git-config.txt-blameignoreRevsFile
# Uncomment below and rerun script to enable an option.
# git config blame.markIgnoredLines
# git config blame.markUnblamables
git config blame.ignoreRevsFile .git-blame-ignore-revs
git config --get blame.ignoreRevsFile