Is there any way to filter a git log to the commits specific to a fork, given it didn’t keep the upstream tags? If so, how can it be done?
For example, I want to know what are the commits in the Samsung Linux kernel fork didn’t come from the Torvalds Linux kernel tree.
Thank you,
Rafael
Well, you would need to have all commits from both repositories in a single local repository. Then you need to know the head commits of both repositories.
After you’ve done this, it’s simple.
Ask git to provide a log of “reachable from samsung, but not reachable from Linus’ tree”: