blame script added, to be used for wide local repo searches

This commit is contained in:
Cyryl Plotnicki-Chudyk 2015-04-27 16:30:43 +02:00
parent 825be6d69a
commit 0b08bbbc41
1 changed files with 3 additions and 0 deletions

3
tools/blame Executable file
View File

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