ejwa / gitinspector

:bar_chart: The statistical analysis tool for git repositories
GNU General Public License v3.0
2.38k stars 328 forks source link

Generate LOC between 2 git tags or commits #162

Open ramkumar-hgst opened 6 years ago

ramkumar-hgst commented 6 years ago

How to Generate LOC between 2 git tags or 2 commits(revisions)?

adam-waldenberg commented 6 years ago

Currently, gitinspector supports --since and --until. Please refer to the git docs on how these work. Filtering between two tags or sha's isn't currently planned and would clash with --since and --until... Unless we extend them and add something to be able to set branches and tags. This might actually be an idea.

adam-waldenberg commented 6 years ago

I'll add it to the todo list for now.... The more I think about it, the more it makes sense.