How do I find the most active area of a repository? By active i mean the area in the code where there have been the most frequent commit activity, say for the last year?
Asked
Active
Viewed 87 times
1
-
1Do you want to know which file(s) have been edited the most, or do you want finer granularity: i.e., which lines within which files have been edited the most? Finding either will require some scripting, but one is definitely easier. – Wolf Jan 30 '14 at 14:57
-
1If file level granularity is enough the question has been answered many times, for example here: http://stackoverflow.com/questions/7686582/finding-most-changed-files-in-git – Peter Svensson Jan 30 '14 at 15:02
-
Thx Peter. Your link covers my need right now :) – Christian Mikkelsen Jan 31 '14 at 19:02
1 Answers
0
You might want to have a look at :Git Extras. Extremely useful and powerful commands. They should be part of Git official source code if you asked me.

Chiron
- 20,081
- 17
- 81
- 133