Which search finds commits where the number of occurrences of secretAlgorithm() changed?
secretAlgorithm()
git log -S 'secretAlgorithm()' --oneline
git status secretAlgorithm()
git tag -l 'secretAlgorithm()'
git log --grep='secretAlgorithm()'