If you looking when a file was delete, why, and by whom you can run the following command if you're not sure of when it happened:

git log --diff-filter=D --summary

Thanks to StackOverflow