git-pretty-stats icon indicating copy to clipboard operation
git-pretty-stats copied to clipboard

Self hosted graphs for Git repositories in PHP

Results 6 git-pretty-stats issues
Sort by recently updated
recently updated
newest added

With the last version of master branch (e0a6048e0c4e2b6902d3de3599457f8cd340f945) I have this error: ``` [2015-05-04 14:45:17] local.ERROR: exception 'ErrorException' with message 'Undefined index: contributors' in /srv/http/git-pretty-stats/app/GitPrettyStats/StatisticsFormatter.php:42 Stack trace: #0 /srv/http/git-pretty-stats/app/GitPrettyStats/StatisticsFormatter.php(42): Illuminate\Exception\Handler->handleError(8,...

bug

https://www.kernel.org/pub/software/scm/git/docs/git-shortlog.html

enhancement
request

Would be nice to have this feature. For now we can get this by modifying gitter. ``` --- /var/www/git-stats/vendor/klaussilveira/gitter/lib/Gitter/Repository.php @@ -11,7 +11,10 @@ foreach ($logs as $log) { $commit =...

feature
request

It may be interesting to have a main dashboard with statistics from all repositories. Contributors overall activities, projects stats, etc.

feature
request

It would be nice to have this feature, also it would be nice to have overall statistics per Author over all git repositories. Thanks.

feature
request

The cache should be able to - Cache the repository list - Load commits in chunks. First the X number of commits, then the X number of commits, and so...

feature