Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
<script>
let o1 = document.createElement('p');
document.documentElement.appendChild(o1);
o1.animate({'minWidth':['max-content']});
</script>