From 1b66854c89a61cbd70cd161401bd0e9950ef909b Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Mon, 1 Aug 2011 13:09:00 +0200 Subject: [PATCH] Comment fix --- git-chart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-chart b/git-chart index f63d608..c92b832 100755 --- a/git-chart +++ b/git-chart @@ -5,7 +5,7 @@ # * 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 +# oldest commit use strict; use warnings; -- 2.32.0.93.g670b81a890