GitToolBox icon indicating copy to clipboard operation
GitToolBox copied to clipboard

Support for showing authors of file

Open ehmkah opened this issue 8 years ago • 2 comments

It might be useful to find the author who modified the biggest part of a file. For example if you want to known who you should ask for help.

Do you think that such a feature might become a useful part of git-tool-box? Maybe I could also implement it, if you give me a good place where it might fit.

ehmkah avatar Dec 03 '16 12:12 ehmkah

Could be useful 👍 . First I would start with git commands to get these statistics: preferably one command but if many then it will also work. There is also some interesting logic in git plugin: GitAnnotationProvider.java

zielu avatar Dec 05 '16 22:12 zielu

Good idea to ask IntelliJ. Did so lets see what they say: https://youtrack.jetbrains.com/issue/IDEA-165154

ehmkah avatar Dec 07 '16 13:12 ehmkah