Welcome

Tech

Other stuff

Notes

git grep --line-regexp

git grep does not seem to support the --line-regexp switch. A simple alternative might be grep --line-regexp ... $(git ls-files)