I need to document contribution to the project made by a particular user. Code is stored in github. I need to list all the code he has submitted, i don't need intermediate commits, only the final version.
Is there an easy way to export all his code? Thanks
Update: I need to know which lines of code written by a particular user made it to the final version of the app. What was his contribution to get it properly documented. Not the list of commits, but the code he has contributed.
So as the end result it should be all code submitted by this developer.