From 3e72538e75b282c6c717aaa2218f5863faef0856 Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Sat, 20 Jun 2009 15:16:36 +0300 Subject: [PATCH] Use 'w steps' for file count. Instead of 'w histeps', we use 'w steps', which doesn't make the last commit seem like it removed all the files. --- gitstats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitstats b/gitstats index 174b8e5..b47891d 100755 --- a/gitstats +++ b/gitstats @@ -862,7 +862,7 @@ set format x "%Y-%m-%d" set ylabel "Files" set xtics rotate by 90 set bmargin 6 -plot 'files_by_date.dat' using 1:2 w histeps +plot 'files_by_date.dat' using 1:2 w steps """) f.close() -- 2.11.4.GIT