You can find where a file was modified using
git log -- pathspec
but that stops on revision that does not contain any files matching pathspec. Well, the file in question was removed, so the last revision does not contain it, so it stops immediately. So how do I find the revision where the file was deleted?