gitinspector icon indicating copy to clipboard operation
gitinspector copied to clipboard

add ability to report on submodules

Open wildone opened this issue 7 years ago • 2 comments

Are you able to build a mechanism to create a report from parent repos with submodules. This way you can see summary of all repos including parent and see per repo breakdown?

wildone avatar Jan 30 '18 05:01 wildone

Hi @wildone. It's definetly doable. I am not sure a per-repo breakdown is of any interest though, as you might as well run gitinspector mutliple times for that.

The default behavior we have gone with is to combine statistics. To combine statistics from the parent repo and include submodules you can just specify the submodules on the command line to gitinspector. It will then happily merge the stats together and generate a joined report.

adam-waldenberg avatar Mar 14 '18 11:03 adam-waldenberg

Adding this to the todo list as a preliminary task.

adam-waldenberg avatar Oct 19 '20 08:10 adam-waldenberg