From 34cae44c3aa1ea3c6e31415fecc150559313ba6d Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 6 Feb 2011 09:04:03 +0100 Subject: [PATCH] add TODO --- git-chart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git-chart b/git-chart index dc5ea5f..9a5c5e6 100755 --- a/git-chart +++ b/git-chart @@ -4,6 +4,8 @@ # * default to something else than "the whole history", probably # * if no commits are specified and a commit grouping step is specified, # limit commits proportionally (e.g. --daily => one week worth of commits) +# * allow the steps to be counted from the most recent rather than from the +# oldest comment use strict; use warnings; -- 2.32.0.93.g670b81a890