Commit Graph

17 Commits

Author SHA1 Message Date
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
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 768b1c1c8d support for bare repositories 2013-02-05 15:15:47 +01:00
Tomasz Gieniusz b5f198a240 will create output directory if doesn't exist 2012-11-01 18:23:44 +01:00
Tomasz Gieniusz 5b3b15f238 utf8 encoding in every file 2012-10-23 20:37:42 +02:00
Tomasz Gieniusz b439fd234c command observers 2012-10-19 21:11:47 +02:00
Tomasz Gieniusz 9f6fab8232 git_command_observer 2012-10-13 17:20:06 +02:00
Tomasz Gieniusz 2d7a7db33c pages seperation 2012-10-13 14:01:46 +02:00
Tomasz Gieniusz dd228a4dd4 lazy loading and firsts tests 2012-10-12 18:20:07 +02:00
Tomasz Gieniusz a2e81f6330 shortstat data 2012-10-09 22:34:02 +02:00
Tomasz Gieniusz a2a059d5eb gathering files in commit statistic 2012-10-09 15:20:43 +02:00
Tomasz Gieniusz e29d388b68 refactor 2012-10-09 09:39:39 +02:00
Tomasz Gieniusz f073464251 activity stats 2012-10-08 20:22:18 +02:00
Tomasz Gieniusz 1203e33f3d GitAuthor and GitCommit 2012-10-08 19:56:49 +02:00
Tomasz Gieniusz bc44bfa01d little refactor 2012-10-08 18:49:41 +02:00
Tomasz Gieniusz 9d3df90b24 changed name to git_stats (gitstats gem already exists) 2012-10-08 18:33:59 +02:00