git-chart
9 months agoCleanups in gnuplot setup master
Giuseppe Bilotta [Mon, 1 Aug 2011 16:37:55 +0000 (18:37 +0200)] 
Cleanups in gnuplot setup

9 months agoAuthors with most commits first
Giuseppe Bilotta [Mon, 1 Aug 2011 16:30:04 +0000 (18:30 +0200)] 
Authors with most commits first

9 months agoPlot all author columns
Giuseppe Bilotta [Mon, 1 Aug 2011 16:18:55 +0000 (18:18 +0200)] 
Plot all author columns

9 months agoRely on external file for plot data
Giuseppe Bilotta [Mon, 1 Aug 2011 16:17:51 +0000 (18:17 +0200)] 
Rely on external file for plot data

This is necessary to be able to use multiple data columns, because
reading from '-' isn't friendly in that regard.

9 months agoPrepare dataset to include author-specific data
Giuseppe Bilotta [Mon, 1 Aug 2011 15:13:15 +0000 (17:13 +0200)] 
Prepare dataset to include author-specific data

9 months agoMove default gnuplot setup inside gnuplot processing
Giuseppe Bilotta [Mon, 1 Aug 2011 13:44:21 +0000 (15:44 +0200)] 
Move default gnuplot setup inside gnuplot processing

9 months agoIntroduce column headers and tab-separate data
Giuseppe Bilotta [Mon, 1 Aug 2011 13:41:13 +0000 (15:41 +0200)] 
Introduce column headers and tab-separate data

9 months agoGather user names too
Giuseppe Bilotta [Mon, 1 Aug 2011 13:23:04 +0000 (15:23 +0200)] 
Gather user names too

9 months agoNULL-separate commit fields when gathering data
Giuseppe Bilotta [Mon, 1 Aug 2011 12:33:43 +0000 (14:33 +0200)] 
NULL-separate commit fields when gathering data

9 months agoFail early if no commits are found
Giuseppe Bilotta [Mon, 1 Aug 2011 11:14:45 +0000 (13:14 +0200)] 
Fail early if no commits are found

9 months agoComment fix
Giuseppe Bilotta [Mon, 1 Aug 2011 11:09:00 +0000 (13:09 +0200)] 
Comment fix

15 months agoImplement weekly step hashing
Giuseppe Bilotta [Fri, 11 Feb 2011 09:27:41 +0000 (10:27 +0100)] 
Implement weekly step hashing

It wouldn't fit in the simple 'trunc' scheme, and the next % scheme
would obviously fail too, so it was actually missing until now.

15 months agoMore gnuplot tuneups
Giuseppe Bilotta [Sun, 6 Feb 2011 08:17:15 +0000 (09:17 +0100)] 
More gnuplot tuneups

15 months agoRemove step check
Giuseppe Bilotta [Sun, 6 Feb 2011 08:14:14 +0000 (09:14 +0100)] 
Remove step check

15 months agousage
Giuseppe Bilotta [Sun, 6 Feb 2011 08:13:26 +0000 (09:13 +0100)] 
usage

15 months agoadd TODO
Giuseppe Bilotta [Sun, 6 Feb 2011 08:04:03 +0000 (09:04 +0100)] 
add TODO

15 months agoTune gnuplot output
Giuseppe Bilotta [Sun, 6 Feb 2011 08:02:22 +0000 (09:02 +0100)] 
Tune gnuplot output

15 months agoDynamic step adjustement
Giuseppe Bilotta [Sun, 6 Feb 2011 07:54:45 +0000 (08:54 +0100)] 
Dynamic step adjustement

To implement this, we slurp all commits at once and then proceed to
group them. While we're at it, use something slightly more reliable for
the named groups, by strftime()ing the dates truncating them to the
expected time section.

15 months agosome TODOs
Giuseppe Bilotta [Sat, 5 Feb 2011 21:37:34 +0000 (22:37 +0100)] 
some TODOs

15 months agoyearly grouping option
Giuseppe Bilotta [Sat, 5 Feb 2011 21:28:49 +0000 (22:28 +0100)] 
yearly grouping option

15 months agoRationalize steps management
Giuseppe Bilotta [Sat, 5 Feb 2011 21:23:14 +0000 (22:23 +0100)] 
Rationalize steps management

Steps are now registered in seconds rather than days, and hourly steps
are possible too. The gnuplot x axis is formatted according to the
actual extent of the range.

15 months agoGather and group commits at once
Giuseppe Bilotta [Sat, 5 Feb 2011 20:26:38 +0000 (21:26 +0100)] 
Gather and group commits at once

15 months agoOption to change chart height with google
Giuseppe Bilotta [Sat, 5 Feb 2011 18:30:46 +0000 (19:30 +0100)] 
Option to change chart height with google

15 months agoread log-like commit specs
Giuseppe Bilotta [Sat, 5 Feb 2011 18:25:59 +0000 (19:25 +0100)] 
read log-like commit specs

Use a single git log command with specifications from the command-line
to choose which commits to enumerate, and then group them according to
the desired step. 'from' and 'to' cannot thus be currently specified or
used.

15 months agoswitches to choose plotter
Giuseppe Bilotta [Sat, 5 Feb 2011 12:39:56 +0000 (13:39 +0100)] 
switches to choose plotter

15 months agognuplot charting
Giuseppe Bilotta [Sat, 5 Feb 2011 12:36:18 +0000 (13:36 +0100)] 
gnuplot charting

15 months agoInitial commit
Giuseppe Bilotta [Sat, 5 Feb 2011 11:46:49 +0000 (12:46 +0100)] 
Initial commit