So, I have a set of files copied from a git repository a long time ago. Unfortunately no metadata exists on those files and also .git
directory was not copied back then. Therefore we don't know which commit of the said repository contained the versions of those files that we have.
I need to find an automated way to compare the files I have with the state of the files on each commit in the history and shows me the set of commits that my files match.