git-chart
10 months agoAvoid extra ZWSP master
Giuseppe Bilotta [Sat, 14 Sep 2024 14:18:31 +0000 (16:18 +0200)] 
Avoid extra ZWSP

10 months agoRemove Google support v24.09
Giuseppe Bilotta [Sat, 14 Sep 2024 13:46:32 +0000 (15:46 +0200)] 
Remove Google support

No need to endorse such a shitty company.

10 months agoTuning
Giuseppe Bilotta [Sat, 14 Sep 2024 13:44:29 +0000 (15:44 +0200)] 
Tuning

10 months agoUnicode blocks graph
Giuseppe Bilotta [Sat, 14 Sep 2024 13:08:31 +0000 (15:08 +0200)] 
Unicode blocks graph

10 months agoSupport for dumb terminal
Giuseppe Bilotta [Fri, 13 Sep 2024 21:08:34 +0000 (23:08 +0200)] 
Support for dumb terminal

10 months agoUse DateTime
Giuseppe Bilotta [Fri, 13 Sep 2024 20:38:35 +0000 (22:38 +0200)] 
Use DateTime

8 years agoYY.MM versioning FTW v17.04
Giuseppe Bilotta [Thu, 6 Apr 2017 20:22:37 +0000 (22:22 +0200)] 
YY.MM versioning FTW

8 years agoRelease under the MPL version 2.0
Giuseppe Bilotta [Thu, 6 Apr 2017 20:10:27 +0000 (22:10 +0200)] 
Release under the MPL version 2.0

9 years agoStylistic changes for gnuplot output
Giuseppe Bilotta [Fri, 27 May 2016 19:13:37 +0000 (21:13 +0200)] 
Stylistic changes for gnuplot output

14 years agoCleanups in gnuplot setup
Giuseppe Bilotta [Mon, 1 Aug 2011 16:37:55 +0000 (18:37 +0200)] 
Cleanups in gnuplot setup

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

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

14 years 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.

14 years 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

14 years 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

14 years 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

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

14 years 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

14 years 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

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

14 years 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.

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

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

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

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

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

14 years 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.

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

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

14 years 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.

14 years 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

14 years 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

14 years 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.

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

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

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