Commit Graph

221 Commits

Author SHA1 Message Date
Tomasz Gieniusz 423c403d09 Merge pull request #36 from tomgi/works_for_submodules
Thanks, it's fixed in 1.0.14
2014-07-06 11:55:46 +02:00
Tomasz Gieniusz ae52078dc0 it now works also under submodule directory 2014-07-06 11:50:11 +02:00
Tomasz Gieniusz e80592f03c updated readme with new cli parameters names 2014-06-25 20:12:39 +02:00
Tomasz Gieniusz 8fa08cb79d Bump to 1.0.13 2014-06-25 20:10:40 +02:00
Tomasz Gieniusz f86767e4ac added missing json_pure dependency 2014-06-25 20:10:38 +02:00
Tomasz Gieniusz 00558355dd changed cli argument names to match repo properties 2014-06-25 20:07:08 +02:00
Tomasz Gieniusz f035ae16bb Bump to 1.0.12 2014-06-22 17:12:22 +02:00
Tomasz Gieniusz 94fb79308d replaced unused authors per chart parameter with a const 2014-06-22 16:18:52 +02:00
Tomasz Gieniusz d140754c8d getting rid of by_field_finder, replaced it with first! method 2014-06-22 16:18:52 +02:00
Tomasz Gieniusz c3caf0180a refactor near default values of parameters 2014-06-22 16:18:47 +02:00
Tomasz Gieniusz 06f7daa860 I18n.enforce_available_locales = true 2014-06-22 14:58:23 +02:00
Tomasz Gieniusz 72a0cbfe82 Merge branch 'maplesteve-comments_stats' 2014-06-22 14:58:06 +02:00
Tomasz Gieniusz a2069072ac Merge branch 'comments_stats' of git://github.com/maplesteve/git_stats into maplesteve-comments_stats
Conflicts:
	lib/git_stats/base.rb
	lib/git_stats/cli.rb
	lib/git_stats/generator.rb
	lib/git_stats/git_data/repo.rb
2014-06-22 14:52:04 +02:00
Tomasz Gieniusz 7030a57331 Merge branch 'irevert-tree-statistics' 2014-06-22 14:24:22 +02:00
Tomasz Gieniusz 98228f0c79 updated readme with information about --tree option 2014-06-22 14:23:34 +02:00
Tomasz Gieniusz fa9f90bab5 Merge branch 'tree-statistics' of git://github.com/irevert/git_stats into irevert-tree-statistics 2014-06-22 14:14:30 +02:00
Tomasz Gieniusz 12c920d614 updated stub syntax for new version of rspec-mocks 2014-06-22 14:04:56 +02:00
Tomasz Gieniusz dca3f9f71b Bump to 1.0.11 2014-04-30 23:11:00 +02:00
Tomasz Gieniusz b4c6fbde5c fixing filling empty days with aggregated data in *_by_author_by_date charts 2014-04-30 23:10:25 +02:00
Tomasz Gieniusz 355e6cf385 Merge pull request #30 from davidmatas/master
Add support for utf-8 encoding
2014-04-06 14:45:53 +02:00
Israel Revert 1cc3198955 Implement git statistics on git trees (directories)
The current statistics refer to the complete git repository.  With this
commit it is possible to generate statistics on a given tree.
2014-03-30 08:01:39 +02:00
David Matas 70b6dbc985 Add utf-8 encoding to layout template 2013-12-19 14:41:24 +01:00
Stephan Esch c2a0e0bafe Added command line option (‚comment‘) for the comment string; default is ‚///‚ 2013-11-19 17:08:57 +01:00
Stephan Esch 3532de2807 Added comment stats. Only lines beginning with three slashes are counted, since these stats should reflect comments used for documentation, not inline explanations. 2013-11-17 22:39:00 +01:00
Tomasz Gieniusz 47788e1012 Bump to 1.0.10 2013-11-12 18:47:14 +01:00
Tomasz Gieniusz bb2fb24107 Merge pull request #27 from tomgi/activity_by_date_crash
There was a dependency on internal lazy_high_charts implementation, that changed in last release.
Removed that and now it should work with every version of lazy_high_charts.
2013-11-12 09:44:06 -08:00
Tomasz Gieniusz 09d1be2645 removed dependency on changable lazy_high_charts implementation 2013-11-12 18:42:38 +01:00
Tomasz Gieniusz 39aa2668d4 [#25] adding command_observer unless silent option is provided 2013-08-29 20:58:27 +02:00
Dennis Boeckmann ad8687f166 Added silent option. 2013-08-27 17:29:51 +02:00
Tomasz Gieniusz e79f969b93 Bump to 1.0.9 2013-08-22 18:41:42 +02:00
Tomasz Gieniusz 304bed4e90 minimum dependencies requirements 2013-08-22 18:41:35 +02:00
Tomasz Gieniusz 6cc1024b36 Bump to 1.0.8 2013-08-20 21:29:36 +02:00
Tomasz Gieniusz 181701546e Merge pull request #22 from dbck/using_thor_as_cli
Using thor as cli
2013-08-20 12:28:03 -07:00
Tomasz Gieniusz 53a60c3eb8 Merge pull request #21 from dbck/ignore_rvm_or_rbenv_related_files
Ignore rvm or rbenv related dotfiles.
2013-08-20 12:27:31 -07:00
Dennis Boeckmann 9811f09990 Adjusted readme with some usage examples. 2013-08-15 22:17:36 +02:00
Dennis Boeckmann 49c6d54355 Modified the cli to base on thor gem. 2013-08-15 22:02:25 +02:00
Dennis Boeckmann 997e2762f5 Changed hightlight gem to thor. 2013-08-15 13:45:12 +02:00
Dennis Boeckmann 61b7234c6e Ignore rvm or rbenv related dotfiles. 2013-08-15 12:51:11 +02:00
Tomasz Gieniusz c3b3b2b05a Merge pull request #19 from dbck/german_localization
Added german localization.
2013-08-14 15:07:08 -07:00
Dennis Boeckmann af282dc0e3 Added german localization. 2013-08-14 21:44:59 +02:00
Tomasz Gieniusz e91d58be7a Bump to 1.0.7 2013-08-09 15:50:52 +02:00
Tomasz Gieniusz 923d7e29ed Merge pull request #16 from tomgi/empty_days_on_charts 2013-08-09 06:32:09 -07:00
Tomasz Gieniusz bd61ed855f tests fixed 2013-08-09 15:29:41 +02:00
Tomasz Gieniusz b5da25d52c [closes #16] days without commits are not ommited on date charts anymore 2013-08-09 15:18:31 +02:00
Tomasz Gieniusz 74761f8750 Merge pull request #17 from riveramj/gibberish-translator
Thanks for this :)
2013-08-09 04:33:21 -07:00
Mike Rivera 53e3926833 Force encoding to utf-8 for other characters 2013-08-05 00:49:56 -04:00
Tomasz Gieniusz d9a48df271 Bump to 1.0.6 2013-04-06 14:55:19 +02:00
Tomasz Gieniusz 8448cda8ba [closes #11] using highline to parse command line options 2013-04-06 14:52:42 +02:00
Nick Brown 8f67bcdc64 Add commit range to the CLI
This adds 4th and 5th optional CLI parameters that specifies the first
and last SHA commit to generate stats between.
The generator and repo classes were changed to take these as
initialisation parameters.
It would be nice to have the CLI take individual named optional
parameters, so that only first or last commit could be given and
without having to give the language.
2013-04-03 12:35:12 +01:00
Tomasz Gieniusz 42f7240643 Merge pull request #6 from tomgi/lines_for_any_user
Show Lines For Any User
2013-02-21 04:09:31 -08:00