repo.or.cz
/
gitstats.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
git-ls-files: look for '^c' instead of '^commit'.
[gitstats.git]
/
commits_by_year_month.plot
blob
00a6439484d41f6b98956e1e78842444820dc6ad
1
set terminal png
2
set size 0.5,0.5
3
set output 'commits_by_year_month.png'
4
unset key
5
set xdata time
6
set timefmt "%Y-%m"
7
set format x "%Y-%m"
8
plot 'commits_by_year_month.dat' using 1:2 w lp