瀏覽代碼

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.
Heikki Hokkanen 16 年之前
父節點
當前提交
3e72538e75
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      gitstats

+ 1
- 1
gitstats 查看文件

@@ -862,7 +862,7 @@ set format x "%Y-%m-%d"
862 862
 set ylabel "Files"
863 863
 set xtics rotate by 90
864 864
 set bmargin 6
865
-plot 'files_by_date.dat' using 1:2 w histeps
865
+plot 'files_by_date.dat' using 1:2 w steps
866 866
 """)
867 867
 		f.close()
868 868