Grep across history git
Find all commits that added or removed the string 'password'
git log -S 'password' --oneline --all
more git
all 45 commands →
Find all commits that added or removed the string 'password'
git log -S 'password' --oneline --all