#!/bin/bash
find -iname "*$1*" -exec echo \; -exec echo {} \; -exec git blame {} \;