Sitaram Chamarty <sitaramc@xxxxxxxxx> writes: > I could do a --numstat and then do a 'wc -l' on each file I guess, but > I was hoping to avoid that. > > --dirstat gives you a percentage but does not count the top level directory. Note that dirstat is not about "how much damage was caused to the entire codebase". It only measures "How is the damage this patch causes distributed across directories it touches". It was unclear from your "a % measure for the changes between two commits" which one you meant, but I am guessing from your "--numstat and wc -l" reference that you are asking for the former, e.g. we have 300,000 lines of code and between these two commits 10,000 lines changed, hence we updated 3% of the codebase during that period". -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html