I have a snapshot of a linux kernel provided by a company for one of their devices pursuant to the prescriptions by GPL.
I also have a history of the linux kernel as a git repository (with many commits older than the snapshot and many newer ones).
I would now like identify the "least common denominator" commit at which the company diverged from the official kernel tree. Using this I would like to separate the changes made by the company from the changes made to the official kernel after the company diverged from the official kernel sources.
Is this possible? (At least a good estimate.)