truegitcodechurn icon indicating copy to clipboard operation
truegitcodechurn copied to clipboard

Python script to compute "true" code churn of a Git repository.

Results 15 truegitcodechurn issues
Sort by recently updated
recently updated
newest added

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.

enhancement

Use case for authors that are working on multiple repos, we would probably then output a list in the console per repo.

enhancement

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...

enhancement

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?