blame script added, to be used for wide local repo searches
This commit is contained in:
parent
825be6d69a
commit
0b08bbbc41
1 changed files with 3 additions and 0 deletions
3
tools/blame
Executable file
3
tools/blame
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
find -iname "*$1*" -exec echo \; -exec echo {} \; -exec git blame {} \;
|
||||||
|
|
Loading…
Reference in a new issue