Commit Graph

4 Commits

Author SHA1 Message Date
Aidan Skinner 65cd32216f Add -y option to aggregate changes by year, not month 2012-02-12 11:46:30 -07:00
Aidan Skinner 5f6452b1d0 Add changesets to csv output 2012-02-12 11:44:36 -07:00
Germán Póo-Caamaño 5964089840 Added CSV dumps: per filetype and per changeset
Two new dumps were added: per filetype and for every changeset.
It necessary to set a prefix where to dump the data in csv,
because it will be generated one csv file per file type.

Now it is possible to get statistics per code, documentation,
build scripts, translations, multimedia and developers
documentation.  This feature is useful for repositories where
there are different types of file, rather than code.

The detailed information does not use the Aggregate parameter.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
2011-06-22 19:27:47 -07:00
Germán Póo-Caamaño 4a729f1d72 Use csv package instead of manual CSV handling
Python provides a module to handle csv files which is named
csv.  Therefore, it is necessary to rename the csv.py to
avoid name conflicts when the module csv is used.

Signed-off-by: Germán Póo-Caamaño <gpoo@gnome.org>
2011-06-22 19:27:19 -07:00