Grep across history git

Find all commits that added or removed the string 'password'

git log -S 'password' --oneline --all