Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/bash
export LANG=C LC_ALL=C # Suppress localication
exec 2> >(exec grep -v \
-e ' no symbols$' \
>&2)
exec "$@"