tomgi / git_stats

GitStats is a git repository statistics generator.
MIT License
1.08k stars 152 forks source link

tree_path bug #91

Open colonelchlorine opened 5 years ago

colonelchlorine commented 5 years ago

Code throughout (repo, commits, etc) references tree_path. We could go and replace that all, but I think it's better to just shift the CLI param

Tested this and it works.

Honestly, I think that variable name is confusing. Git has trees, whereas no matter your operating system - directories are "directories". Or perhaps "path".