truegitcodechurn
truegitcodechurn copied to clipboard
Python script to compute "true" code churn of a Git repository.
Sometimes you may the need to exclude several subdirectories from your root directory, we should be able to pass in a list of some sort.
Use case for authors that are working on multiple repos, we would probably then output a list in the console per repo.
Sometimes you may want to have the tool export a PNG (or SVG) of a plot as part of a pipeline or for ease-of-use. Users should be able to do...
Getting this error on my latest run: Traceback (most recent call last): File "/truegitcodechurn/./gitcodechurn.py", line 264, in main() File "/truegitcodechurn/./gitcodechurn.py", line 94, in main [files, contribution, churn] = get_loc( File...
as a user, I would like to generate the bar chart. How would I do so?