I have a git repository, which conatains a project. At a certain point (between May and Septermber 2013) somebody copied the files from the repo manually and without revision control and made changes to it. In the meantime many changes have been made to my repo. Now I want to see the changes that have been made by the other guy who copied the files manually. He didn´t merged my changes since he copied the files, so I can´t just diff the files from him and my repo at the current state.
So how can I find the commit where my repository matches the changed files the closest and diff it at that point?
edit: my problem is similar to this question, but I only know the timeframe.