I have part of working directory exported from our repository at unknown date and time - project on that one man worked on, without using of any SCM. Part of files are modified, but im sure that some files are stayed same.
My task is somehow determinate revision from whitch this files is taken from, so i can find what is changed, understand changes, and merge it with our current codebase. Comparsion with HEAD is useless, because there is very many changes been after separation of this project.
It's will be nice to have some "magic GIT command" to which i can give one(or all) files, and git will return ID's of commits in which that files have same length and content.
Does GIT have some command that can give me result like this?