GitToolBox
GitToolBox copied to clipboard
Support for showing authors of file
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.
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
Good idea to ask IntelliJ. Did so lets see what they say: https://youtrack.jetbrains.com/issue/IDEA-165154