Y
Hacker News
new
|
ask
|
show
|
jobs
by
bradmwalker
3212 days ago
Git log -p -S <function name>
1 comments
chris_wot
3212 days ago
If you use a regex then try:
git log -p -G regex
link