Tomasz Gieniusz

Results 8 comments of Tomasz Gieniusz

Sounds like corrupted repository, verify it with ``` $ git fsck --full ``` If it doesn't help maybe try cloning it again from bitbucket.

I have no idea, just try to run it and see where it crashes ;) The main problem are unix commands like [grep](https://github.com/tomgi/git_stats/blob/master/lib/git_stats/git_data/repo.rb#L26) used in some places.

Ranking best authors by other stats is only matter of sorting them in [view](https://github.com/tomgi/git_stats/blob/master/templates/authors/_authors.haml#L20). I would appreciate if you could add some client-side table sorting (like http://tablesorter.com/docs/) and send me...

Hi @edc1591, thank you for submitting that improvement! I think you should add this new optional parameter to https://github.com/tomgi/git_stats/blob/master/lib/git_stats/cli.rb to allow the list of emails to be provided when invoking...

Thanks for pointing the problem with author details URL. I think better solution than removing email field from author would be to: - save collection of author's emails in author...

Hi @colonelchlorine, thanks for the patch! Unfortunately I'm afraid that it breaks the command format on linux - with your version I'm getting ``` sh: 1: %at^: not found sh:...

Use the source, Luke ;) Every [Author](https://github.com/tomgi/git_stats/blob/master/lib/git_stats/git_data/author.rb) has [Activity](https://github.com/tomgi/git_stats/blob/master/lib/git_stats/git_data/activity.rb) created from his commits. Add your methods in these classes and than use them in [ActivityCharts](https://github.com/tomgi/git_stats/blob/master/lib/git_stats/stats_view/charts/activity_charts.rb).

I like the idea, but I will not have time to implement this in the near future :(