I'm trying to find a commit in a legacy app. The commit removes a SOAP service from the codebase. I see a property for the url left unused. There are too many commits and I haven't managed to find any matching by its message (something like "removing..." or "get rid of...").
I would like to find in Git history files containing certain text (in my case it is usage of the property with the url). Is there a way to do it with Git?
Thank you!
UPDATE I need not deleted files names but also those deleted files containing text