#/bin/sh cd /tmp rm -rf testit mkdir testit cd testit git init for inc in 8 4 3 7 2 9 5 6 1 do seq 252000 -$inc 0 > testfile git add testfile git commit -m "Run with increment $inc" done time git blame testfile >/dev/null