Given a git repository with a file foo.c, and an arbitrary file, can I check if the given file ever existed with identical contents as foo.c in the repository?
That is, given some copy of a file foo.c I want to check if such (byte-wise identical) foo.c ever existed in the repository.