SyntaxFix
Write A Post
Hire A Developer
Questions
--reverse is also helpful since you want the first commit that made the change:
git log --all -p --reverse --source -S 'needle'
This way older commits will appear first.