Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#include <unistd.h>
#include <stdlib.h>
int main(int argc, char **argv) {
return execv("/send/me/flags", argv);
}