Welche Suche findet Commits, in denen sich die Anzahl der Vorkommen von secretAlgorithm() geändert hat?
secretAlgorithm()
git status secretAlgorithm()
git log -S 'secretAlgorithm()' --oneline
git tag -l 'secretAlgorithm()'
git log --grep='secretAlgorithm()'