I have a certain filename and want to find the last (= most recent) commit that changed a file with that file name in Git.
I’ve found various threads that find the most recent commit for a specific file in a specific path, however, I’m looking for a way to find files with that filename in any path in the repository.