Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include <unistd.h>
int main (void)
{
write (1, "hello\n", 6);
return 0;
}