For some legal reasons I need to show all of the contributions that I've made to a projet.
Is there a way, using only the local git to see all of the diff of all files in between each commits? Or other informations like the total number of changes or lines of code.
At the moment I only have a list of commits with git logs.