Heikki Hokkanen
1f1e6447dd
DataCollertor learned loadCache() & saveCache().
преди 17 години
Heikki Hokkanen
2b852d8ab9
Deleted the stale roadmap.
преди 17 години
Heikki Hokkanen
1756f27c42
License is GPLv2 / GPLv3.
As stated in doc/README, contributions from now on should be under
"GPLv2 or older" to allow upgrading to newer versions of GPL
(if I think they are sensible :-)
This is essentially the same as "GPLv2 or older approved by the author."
Feedback is welcome.
преди 17 години
Heikki Hokkanen
128e1adaae
Updated some docs.
преди 17 години
Heikki Hokkanen
b75bf01262
Remove some debugging prints etc.
Added in a01045f2480a21f28dd90e278b4f560020a97b9e.
преди 17 години
Heikki Hokkanen
14979d6dab
Merge branch 'work' into windows
преди 17 години
Heikki Hokkanen
7c13d11970
Cleanup.
Removed unneeded pass statements and done TODO tags.
преди 17 години
Heikki Hokkanen
bf413b3a65
Bugfix for files_by_stamp calculation.
преди 17 години
Heikki Hokkanen
be2cbda242
Use lists instead of tuples for better readability.
преди 17 години
Heikki Hokkanen
3710b9178e
Revert to earlier behaviour when showing commands.
The command being run will be shown first, and then prefixed with the
running time after it has been completed.
преди 17 години
Heikki Hokkanen
80ca8cb2ef
Env var GNUPLOT overrides gnuplot path.
By default 'gnuplot' will be searched from the system path.
преди 17 години
Shixin Zeng
a7f0f5ea50
set "shell = True" when call subprocess.Popen
On unix, when "shell = False" (default), the args must be a list of
args. While on Windows, filling args with a list causes problems. As a
trade-off, set the this flag and using a string as the command, although
this might sacrifice some performance, but that's not the main concern
in this script.
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
преди 17 години
Shixin Zeng
a01045f248
runs with msysgit on Win32
Signed-off-by: Heikki Hokkanen <hoxu@users.sf.net>
преди 17 години
Heikki Hokkanen
1517256900
Minor optimization for line counting.
- git-rev-list: use %T instead of %H
- git-ls-tree: added --name-only
преди 18 години
Heikki Hokkanen
9df3f8e6f2
Added try/except to catch weird lines from git-log --shortstat.
This is a workaround for linux-2.6 repository.
преди 18 години
Heikki Hokkanen
cea9ebaa9f
Removed unnecessary gnuplot files.
преди 18 години
Heikki Hokkanen
f34e1491fc
Cleanup: added DataCollector.refine()
Any additional statistics based on the extracted data should be produced in it.
преди 18 години
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
5024a7ce03
Portability: use "#!/usr/bin/env python" for the shebang line.
Thanks to Alexander Botero-Lowry.
преди 18 години
Heikki Hokkanen
4274e58ac8
Portability: use python's reverse() instead of |tac.
This should make gitstats work on FreeBSD.
Thanks to Alexander Botero-Lowry.
преди 18 години
Heikki Hokkanen
3ffee5fce8
doc/author.txt: subject should include "gitstats".
преди 18 години
Heikki Hokkanen
29040361ca
Reverted gitstats to revision 76d1dc7a8be6523fde1252850790494442220e0c.
This reverts "Attempt to optimize file counting." and related commits.
(commit c257429c561af8b99bb0a0daa65871a80a9fedb2)
преди 18 години
Heikki Hokkanen
4da1619fb4
todo: total repository size.
преди 18 години
Heikki Hokkanen
b10f1a573d
git-ls-files: look for '^c' instead of '^commit'.
преди 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
76d1dc7a8b
Don't list the "wc -l" commands.
преди 18 години
Heikki Hokkanen
faf762f4dd
Fixed escaping for "wc -l".
преди 18 години
Heikki Hokkanen
b79278897c
Workaround for unexpected content (line statistics).
Hopefully fixes a problem with linux-2.6 repository.
преди 18 години
Heikki Hokkanen
41da84c96f
todo: more items.
преди 18 години
Heikki Hokkanen
87e9aa1668
todo: --debug.
преди 18 години
Heikki Hokkanen
8adcbf8182
Optimization: removed unneeded "git-ls-files".
преди 18 години
Heikki Hokkanen
2b1cf3e22a
Bugfix for line statistics.
Earlier this borked on author names containing "," (or example, wine
repository). Now it will instead check for line containing "files changed,".
преди 18 години
Heikki Hokkanen
5e9c722ef5
Output time used in internal/external execution.
преди 18 години
Heikki Hokkanen
4382511926
todo: commandline options.
преди 18 години
Heikki Hokkanen
d6d6d2534e
Optimized "total commits" counting.
Removed an extra "git-rev-list".
преди 18 години
Heikki Hokkanen
d87b7a004f
Include project name in the title.
For now it's taken from the basename of the repository path.
преди 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
e1a3374cce
Improved style.
преди 18 години
Heikki Hokkanen
453f6e453c
todo: remove stale items.
преди 18 години
Heikki Hokkanen
851296a4d7
Added doc/INSTALL.
преди 18 години
Heikki Hokkanen
7c43e2be12
Print execution times for all external commands.
преди 18 години
Heikki Hokkanen
3f2fc8db00
Copy gitstats.css to output path if it does not exist.
преди 18 години
Heikki Hokkanen
6d4bc0796b
Workaround for linux-2.6 repository.
преди 18 години