2008-07-10 |
Sverre Rabbelier | gitstats: Don't die when an option is not specified...
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | gitstats: When the specified path was not found, return...
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | gitstats: Made use of the new config parser in bug.py
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | gitstats: Bugfix to _parseFileDiff so that it handles...
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | gitstats: Add a config parser and an example configuration
|
commit | commitdiff | tree |
2008-07-09 |
Sverre Rabbelier | gitstats: Added aggregation and showing all activity
|
commit | commitdiff | tree |
2008-07-08 |
Sverre Rabbelier | gitstats: Improved the output of 'branch -b' with '-d'
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | gitstats: Optimization in the 'belongs to' metric
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | gitstats: Don't filter out subsets in the belongs to...
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | gitstats: Optimion to the 'belongs to' metric
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | gitstats: Bugfix to only ignore if dilution was 'worse'
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | gitstats: Optimizations to the 'belongs to' metric
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | gitstats: Disable debug output, print minimum dilution
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | gitstats: Added a simple 'stats.py bug' command
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | gitstats: Use a stack-based approach instead of a recursive...
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | gitstats: Print the usage help sorted and added some...
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | gitstats: When parsing the parent listing take into...
|
commit | commitdiff | tree |
2008-06-30 |
Sverre Rabbelier | gitstats: Added a switch that lists only reverts of...
|
commit | commitdiff | tree |
2008-06-30 |
Sverre Rabbelier | gitstats: Minor cleanups, added documentation
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | gitstats: Added a "author -f" aggregation, and a test...
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | gitstats: Moved isUnique into parse.py so that other...
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | gitstats: First gather all parentage information, then...
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | gitstats: Added tests for the 'belongs to' metric
|
commit | commitdiff | tree |
2008-06-28 |
Sverre Rabbelier | gitstats: Made the 'belongs to' metric recursive
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Updated the metrics repo to match the documented...
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Use Repo(".").git instead of Git(".")
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: When specifying kwargs they should be in...
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Use the new GIT_STATS_PRETTY_PRINT and added...
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Bail out when the testrepo couldn't be set up
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Added more tags to the generated test repo
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Added a '-v' option to stats.py
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Added a GIT_STATS_PRETTY_PRINT environmental...
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | gitstats: Added with_exceptions=False to 'git rev-parse...
|
commit | commitdiff | tree |
2008-06-20 |
Sverre Rabbelier | gitstats: Added a bumpTime to make the commit history...
|
commit | commitdiff | tree |
2008-06-20 |
Sverre Rabbelier | gitstats: Described a more complex tree in metrics.txt
|
commit | commitdiff | tree |
2008-06-19 |
Sverre Rabbelier | gitstats: Typo, 'dilate' should be 'dilute'
|
commit | commitdiff | tree |
2008-06-19 |
Sverre Rabbelier | gitstats: Initial draft of the 'belongs to' metric
|
commit | commitdiff | tree |
2008-06-19 |
Sverre Rabbelier | gitstats: Updated the metrics repo to have two commits...
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | gitstats: Extended setupRepo to create the repo as...
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | gitstats: Added a little more documentation on the...
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | gitstats: Refactored setupRepo a bit to make room for...
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | gitstats: Extended the description of the 'branch contains...
|
commit | commitdiff | tree |
2008-06-17 |
Sverre Rabbelier | gitstats: Bugfix, added a testcase for "branch -r -c"
|
commit | commitdiff | tree |
2008-06-17 |
Sverre Rabbelier | gitstats: Created a remote branch in the setupRepo...
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | gitstats: Bugfix for the testsuite, added tests for...
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | gitstats: Expanded setupRepo and refactored 'addFile...
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | gitstats: Slight usability improvement
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | gitstats: Bugfix, created a missing test for "diff -n"
|
commit | commitdiff | tree |
2008-06-15 |
Sverre Rabbelier | gitstats: Bugfix for commit -t, now checks if the specified...
|
commit | commitdiff | tree |
2008-06-15 |
Sverre Rabbelier | gitstats: Refactored the custom parser into it's own...
|
commit | commitdiff | tree |
2008-06-14 |
Sverre Rabbelier | gitstats: Stripped down test-lib.sh to the bits we...
|
commit | commitdiff | tree |
2008-06-14 |
Sverre Rabbelier | gitstats: Added a todo to check the file passed to...
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Added tests for "commit -r" and pointed out...
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Made use of with_keep_cwd now that git-python...
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Expanded the setupRepo script to generate...
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Improved the test descriptions
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Added tests for index.py
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Improved the dispatching in index.py
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Bugfix for diff -i, also removed debug output
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | gitstats: Added testcases for diff and pointed out...
|
commit | commitdiff | tree |
2008-06-12 |
Sverre Rabbelier | gitstats: Usability enhancement: print help msg on...
|
commit | commitdiff | tree |
2008-06-12 |
Sverre Rabbelier | gitstats: Bugfix for commitdiffMatches
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | gitstats: Added testcases for 'commit'
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | gitstats: Patches to git-python, since its latest changes...
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | gitstats: Made GitStats compatible with the latest...
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | gitstats: The testcases require two patches to git...
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | gitstats: Finished the branch testcases, but no test...
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | gitstats: Bugfix for the branchList output in branch.py
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | gitstats: Added a testcase to point out wrong output...
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | gitstats: Created a test case to point out an unimplemented...
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | gitstats: Bugfix for the author filter in author.py
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | gitstats: Started on testing author.py and found the...
|
commit | commitdiff | tree |
2008-06-09 |
Sverre Rabbelier | gitstats: Added dispatching to the index module
|
commit | commitdiff | tree |
2008-06-09 |
Sverre Rabbelier | gitstats: Added dispatching to the author module
|
commit | commitdiff | tree |
2008-06-09 |
Sverre Rabbelier | gitstats: Added dispatching to branch and finished...
|
commit | commitdiff | tree |
2008-06-09 |
Sverre Rabbelier | gitstats: Removed the executable bit on author.py and...
|
commit | commitdiff | tree |
2008-06-08 |
Sverre Rabbelier | gitstats: Moved diff.diffContains to commit.logContains
|
commit | commitdiff | tree |
2008-06-08 |
Sverre Rabbelier | gitstats: Moved stats.py back up again.
|
commit | commitdiff | tree |
2008-06-08 |
Sverre Rabbelier | gitstats: Removed extra newlines and replaced import...
|
commit | commitdiff | tree |
2008-06-08 |
Sverre Rabbelier | gitstats: Removed the $GIT_STATS_PATH related code
|
commit | commitdiff | tree |
2008-06-08 |
Sverre Rabbelier | gitstats: Moved stats.py back to the git_stats directory
|
commit | commitdiff | tree |
2008-06-07 |
Sverre Rabbelier | gitstats: Finished the dispatching function for commit.
|
commit | commitdiff | tree |
2008-06-07 |
Sverre Rabbelier | gitstats: Change 'PATHS' to 'COMMIT COMMIT' in the...
|
commit | commitdiff | tree |
2008-06-07 |
Sverre Rabbelier | gitstats: Prefixed private methods with _ and and made...
|
commit | commitdiff | tree |
2008-06-07 |
Sverre Rabbelier | gitstats: We no longer require running from the root...
|
commit | commitdiff | tree |
2008-06-07 |
Sverre Rabbelier | gitstats: Moved stats.py up one directory
|
commit | commitdiff | tree |
2008-06-07 |
Sverre Rabbelier | gitstats: Made stats.py add the directory containing...
|
commit | commitdiff | tree |
2008-06-07 |
Sverre Rabbelier | gitstats: Added a __init__.py file since every module...
|
commit | commitdiff | tree |
2008-06-06 |
Sverre Rabbelier | gitstats: Added basic dispatching functionality for...
|
commit | commitdiff | tree |
2008-06-06 |
Sverre Rabbelier | gitstats: Moved things around a lot, and made commitTouches...
|
commit | commitdiff | tree |
2008-06-06 |
Sverre Rabbelier | gitstats: Added a basic dispatcher to stats.py.
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: There is now a testcase to check HEAD, don...
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: Added a test that verifies the HEAD revision...
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: Added a basic test that sets up our test...
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: Modified test-lib.sh to use ~/code/git as...
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: Copied the test-lib.sh script from git.git/t
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: Use the same configurations as test-lib.sh...
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: Removed try/except from setupRepo but added...
|
commit | commitdiff | tree |
2008-06-05 |
Sverre Rabbelier | gitstats: Use 'os.path.join(a, b)' rather than 'a ...
|
commit | commitdiff | tree |
2008-06-04 |
Sverre Rabbelier | gitstats: Improved the metrics documentation.
|
commit | commitdiff | tree |