Grep through entire git history

git rev-list --all | \
    xargs \
        git \
        grep \
        ${search_regex}