Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
# $FreeBSD$
# The empty pairs of braces here are to test that this does not cause a crash.
f() { }
f
hash -v f >/dev/null
f() { { }; }
f() { { } }