Question
How can I list all the commits that delete any file in the repo? (not a specific file, but all the commits that delete anything).
Context
We have a multiple-years-old repo and we plan to release the project as open-source.
We want to check that no credentials are filtered into the public.
For the tracked files we can easily see what is in there and if in the past there was anything secret.
But we want to see if "at any time, there was any file that could potentially disclose secrets."
We want just to list all the files that were tracked and later deleted, to review those portions of the history.