Heikki Hokkanen
80ee0af3f1
todo: bug on linux-2.6 repo.
16 年之前
Heikki Hokkanen
db3ad67b96
todo: analysis.
16 年之前
Heikki Hokkanen
4042ac12e7
Makefile: set VERSION properly on release.
16 年之前
Heikki Hokkanen
9f6504b11f
todo: removed stale comment about linux-2.6 repo.
16 年之前
Heikki Hokkanen
fcbe8cd800
todo: remove some items.
Todo items for another project... :)
16 年之前
Heikki Hokkanen
552ec96a6f
todo: more items.
16 年之前
Heikki Hokkanen
0212bf1ce9
Tags: show commits & authors for each tag.
A simple assumption is made about the tags: it's assumed that they come in
chronological order, and share the same history (eg. v0.0.1, v0.0.2). That way,
to get commits made for v0.0.2, we simply look for history from v0.0.1 to
v0.0.2.
16 年之前
Heikki Hokkanen
c41e414173
todo: ideas on tags.
16 年之前
Heikki Hokkanen
73782ab3e3
todo: remove sortable.js.
17 年之前
Heikki Hokkanen
4f38e59344
Updated todo to reflect caching.
Some data from linux-2.6 and wine repositories:
linux-2.6:
Execution time 8574.73483 secs, 8539.54468 secs (99.59 %) in external commands)
Execution time 532.61431 secs, 509.50925 secs (95.66 %) in external commands)
-> time reduced to ~6%
wine:
Execution time 1538.62315 secs, 1512.65805 secs (98.31 %) in external commands)
Execution time 341.02903 secs, 331.91908 secs (97.33 %) in external commands)
-> time reduced to ~22%
And this is just one particular function that is cached.
The downside is more used diskspace, the cache for linux-2.6 for example
is 2.9 MiB at the moment.
17 年之前
Heikki Hokkanen
f9fa40d813
List of Authors: added "# by commits" column.
18 年之前
Heikki Hokkanen
c31ca0c2f8
todo: activity -> Pace of Changes.
18 年之前
Heikki Hokkanen
74b80b4ce0
todo: state saving -> command line settings.
18 年之前
Heikki Hokkanen
fc614c6d50
authors: added "Next top 5" column to author of month/year.
Only names are shown for the next 5.
18 年之前
Heikki Hokkanen
df8f910b19
todo: ideas on state saving/restoring.
18 年之前
Heikki Hokkanen
4da1619fb4
todo: total repository size.
18 年之前
Heikki Hokkanen
c257429c56
Attempt to optimize file counting.
Two executions of 'git-rev-list' were merged and python used instead of sh
snippet. From initial testing this seems to _slow_ things down.
18 年之前
Heikki Hokkanen
1eb86dbf2c
gnuplot: added bmargin for plots that had rotated x labels cut off.
18 年之前
Heikki Hokkanen
41da84c96f
todo: more items.
18 年之前
Heikki Hokkanen
87e9aa1668
todo: --debug.
18 年之前
Heikki Hokkanen
4382511926
todo: commandline options.
18 年之前
Heikki Hokkanen
3b5e00ed1c
todo: cleanup of gnuplot input files.
18 年之前
Heikki Hokkanen
ebb337bbaa
todo: x-label bug & show raw data.
18 年之前
Heikki Hokkanen
87c85c79b9
todo cleanup.
18 年之前
Heikki Hokkanen
453f6e453c
todo: remove stale items.
18 年之前
Heikki Hokkanen
3f2fc8db00
Copy gitstats.css to output path if it does not exist.
18 年之前
Heikki Hokkanen
d0c9bd5abb
Optimize total lines of code.
Get total lines of code from "git-log --shortstat" instead of "cat".
18 年之前
Heikki Hokkanen
b345047de8
Collect line statistics properly.
18 年之前
Heikki Hokkanen
012cf6be52
Collect some data for inserted/deleted lines each commit.
18 年之前
Heikki Hokkanen
b45960d1cd
todo: removed section describing what statsvn has.
18 年之前
Heikki Hokkanen
bde7d30882
More todo items.
18 年之前
Heikki Hokkanen
9da6a926b7
Output fragment (#) links for all headers.
Headers are now created using html_header() function.
18 年之前
Heikki Hokkanen
2a6d586349
Workaround for git repository.
18 年之前
Heikki Hokkanen
5fd98ece22
Renamed name to GitStats from statgit in the rest of the files.
This name change was done just in case the statcvs/statsvn folks plan on making
a git version at some point in the future (the projects seem to share
developers).
18 年之前
Heikki Hokkanen
40837c0b50
Authors: List of Authors: added "Age" column.
18 年之前
Heikki Hokkanen
9708b453c9
Activity: Hour of Week.
18 年之前
Heikki Hokkanen
68aa64af64
todo: removed finished items, added new ones.
18 年之前
Heikki Hokkanen
18b9921556
Files: Extensions (table).
18 年之前
Heikki Hokkanen
36d54263a7
Fixed for git repository & cleaned up todo.
18 年之前
Heikki Hokkanen
b967221080
todo: more items.
18 年之前
Heikki Hokkanen
aad55e0bf8
Files: File count by date (graph).
Also fixed the script to find gnuplot files with glob.glob().
18 年之前
Heikki Hokkanen
24041731d5
Activity: Month of Year graph.
18 年之前
Heikki Hokkanen
82762a74c4
todo: sortable.
18 年之前
Heikki Hokkanen
0d9c45632d
Moved TODO.txt -> doc.
18 年之前
Heikki Hokkanen
f1483d3cc2
Updated and reorganized todo.
18 年之前
Heikki Hokkanen
b69d1a7b66
Graph: Commits by year/month.
18 年之前
Heikki Hokkanen
fb8ad3b9ee
Added first gnuplot graph for "Commits by Year".
18 年之前
Heikki Hokkanen
973664a6ef
Added activity: commits by year/month, year.
18 年之前
Heikki Hokkanen
2dd78ed2cf
Added tags page.
18 年之前
Heikki Hokkanen
6238ef917d
Optimization: get author stats in one run (same as author of month).
18 年之前