git question

I guess this isn't too c++ related, but if anybody out there uses git for version control...

I'm trying to code review a project that has about 400 commits to it. All those commits are probably for about 4 total programs, but I'm having trouble getting a list of which programs they are. About all I can do right now is walk through each commit and see what programs were changed for that individual commit. That's taking forever there's got to be a better way.

Is there away in git to obtain a list of every file that has changed on a branch since it split from master?
Topic archived. No new replies allowed.