secretAlgorithm() の出現回数が変化したコミットを検索できるコマンドはどれですか?
secretAlgorithm()
git status secretAlgorithm()
git log -S 'secretAlgorithm()' --oneline
git log --grep='secretAlgorithm()'
git tag -l 'secretAlgorithm()'