Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
SELECT * \
FROM \
( \
SELECT 1 AS x \
UNION ALL \
SELECT 1 \
UNION DISTINCT \
SELECT 3 \
)