-
Get version of the used package.
-
I don't know if this is worth documenting, but I was playing with the CLI referenced using `pageres` and came up with a fun little ("little" 😜 ) one-liner:
`TMP=$(mktemp)".html";OUT=gitstats-"$(dat…
-
I am getting the following error when I try to execute
`./gitstats -c start_date="$(date +%Y-%m-%d -d "3 month ago")" "/repository//.git" "/repository/gitresult"`
Error:
[0.00403] >> git shortlo…
-
After running :
`gitstats -c start_date="2016-01-01" . ../stats`
I get this error :
` File "/usr/local/bin/gitstats", line 57
print '>> ' + ' | '.join(cmds),
^
SyntaxError:…
-
**[Gitstats](https://github.com/hoxu/gitstats)** have a lot of forks (around 481). And it is dead from last 9 years.
I need to check all for the forks (reverse sort from the old to the new).
And…
-
I've installed Python 2.7.
I've installed gnuplot.
I have git.
I've added python path, gunplot path and the folder where gitstats sit into the system path.
running "python gitstats git_repo_path out…
-
According to its [homepage](http://gitstats.sourceforge.net/), "GitStats is a statistics generator for git (a distributed revision control system) repositories. It examines the repository and produces…
-
## CONFIRMED AWESOME
- http://gitstats.sourceforge.net/
- https://github.com/ejwa/gitinspector
- https://github.com/tomgi/git_stats
-
run `git_stats generate` on Windows10 x64:
```
fatal: |: no such path in the working tree.
Use 'git -- ...' to specify paths that do not exist locally.
git rev-list --pretty=format:'%H|%at|%ai|%a…
-
Thanks for the tools, it runs smoothly. However, it seems only support single repo as input, is it possible to support multi-repos as input? Just like gitstats works.