Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/bin/bash
while read read_data; do printf "Key $read_data\n"; done