2008-07-12 |
Sverre Rabbelier | Add a 'commits that touch' memory to commit.py
|
commit | commitdiff | tree |
2008-07-12 |
Sverre Rabbelier | Don't look before we leap in getting the commit diff
|
commit | commitdiff | tree |
2008-07-12 |
Sverre Rabbelier | Add a diff memory to diff.py and use it in bug.py
|
commit | commitdiff | tree |
2008-07-11 |
Sverre Rabbelier | Check for empty diffs
|
commit | commitdiff | tree |
2008-07-11 |
Sverre Rabbelier | Allow for checking deleted files in commitsThatTouched
|
commit | commitdiff | tree |
2008-07-11 |
Sverre Rabbelier | Refactored stats.py to use a main function
|
commit | commitdiff | tree |
2008-07-11 |
Sverre Rabbelier | Refactored bug.py to allow for a trivial aggregation...
|
commit | commitdiff | tree |
2008-07-11 |
Sverre Rabbelier | Restructured the commit and diff module so that diff...
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | Moved the commit information into a seperate class
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | Don't die when an option is not specified at all
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | When the specified path was not found, return an empty...
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | Changelog for 10-07-2008
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | Made use of the new config parser in bug.py
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | Bugfix to _parseFileDiff so that it handles diffs with...
|
commit | commitdiff | tree |
2008-07-10 |
Sverre Rabbelier | Add a config parser and an example configuration
|
commit | commitdiff | tree |
2008-07-09 |
Sverre Rabbelier | Added aggregation and showing all activity
|
commit | commitdiff | tree |
2008-07-08 |
Sverre Rabbelier | Improved the output of 'branch -b' with '-d'
|
commit | commitdiff | tree |
2008-07-07 |
Sverre Rabbelier | Changelog for 06-07-2008
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | Optimization in the 'belongs to' metric
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | Don't filter out subsets in the belongs to metric
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | Optimion to the 'belongs to' metric
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | Bugfix to only ignore if dilution was 'worse'
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | Optimizations to the 'belongs to' metric
|
commit | commitdiff | tree |
2008-07-06 |
Sverre Rabbelier | Disable debug output, print minimum dilution
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | Added a simple 'stats.py bug' command
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | Use a stack-based approach instead of a recursive algorithm
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | Print the usage help sorted and added some documentation
|
commit | commitdiff | tree |
2008-07-04 |
Sverre Rabbelier | When parsing the parent listing take into account parentless...
|
commit | commitdiff | tree |
2008-07-02 |
Sverre Rabbelier | Changelog for 02-07-2008
|
commit | commitdiff | tree |
2008-07-01 |
Sverre Rabbelier | Changelog for 02-07-2008
|
commit | commitdiff | tree |
2008-06-30 |
Sverre Rabbelier | Added a switch that lists only reverts of a specified...
|
commit | commitdiff | tree |
2008-06-30 |
Sverre Rabbelier | Minor cleanups, added documentation
|
commit | commitdiff | tree |
2008-06-30 |
Sverre Rabbelier | Changelog for 29-06-2008
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | Added a "author -f" aggregation, and a test case.
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | Moved isUnique into parse.py so that other modules...
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | Changelog for 28-06-2008
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | First gather all parentage information, then run metrics
|
commit | commitdiff | tree |
2008-06-29 |
Sverre Rabbelier | Added tests for the 'belongs to' metric
|
commit | commitdiff | tree |
2008-06-28 |
Sverre Rabbelier | Made the 'belongs to' metric recursive
|
commit | commitdiff | tree |
2008-06-28 |
Sverre Rabbelier | Changelog for 27-06-2008
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Changelog for 24-06-2008
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Updated the metrics repo to match the documented tree
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Use Repo(".").git instead of Git(".")
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | When specifying kwargs they should be in quotes when...
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Use the new GIT_STATS_PRETTY_PRINT and added tags features
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Bail out when the testrepo couldn't be set up
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Added more tags to the generated test repo
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Added a '-v' option to stats.py
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Added a GIT_STATS_PRETTY_PRINT environmental variable
|
commit | commitdiff | tree |
2008-06-24 |
Sverre Rabbelier | Added with_exceptions=False to 'git rev-parse --verify'
|
commit | commitdiff | tree |
2008-06-20 |
Sverre Rabbelier | Changelog for 20-06-2008
|
commit | commitdiff | tree |
2008-06-20 |
Sverre Rabbelier | Added a bumpTime to make the commit history look a...
|
commit | commitdiff | tree |
2008-06-20 |
Sverre Rabbelier | Described a more complex tree in metrics.txt
|
commit | commitdiff | tree |
2008-06-19 |
Sverre Rabbelier | Changelog for 19-06-2008
|
commit | commitdiff | tree |
2008-06-19 |
Sverre Rabbelier | Typo, 'dilate' should be 'dilute'
|
commit | commitdiff | tree |
2008-06-19 |
Sverre Rabbelier | Initial draft of the 'belongs to' metric
|
commit | commitdiff | tree |
2008-06-19 |
Sverre Rabbelier | Updated the metrics repo to have two commits on the...
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | Extended setupRepo to create the repo as specified...
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | Added a little more documentation on the branch metric
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | Refactored setupRepo a bit to make room for a metrics...
|
commit | commitdiff | tree |
2008-06-18 |
Sverre Rabbelier | Extended the description of the 'branch contains' metric
|
commit | commitdiff | tree |
2008-06-17 |
Sverre Rabbelier | Changelog for 17-06-2008
|
commit | commitdiff | tree |
2008-06-17 |
Sverre Rabbelier | Bugfix, added a testcase for "branch -r -c"
|
commit | commitdiff | tree |
2008-06-17 |
Sverre Rabbelier | Created a remote branch in the setupRepo script
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | Changelog for 16-06-2008
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | Bugfix for the testsuite, added tests for 'index -a'
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | Expanded setupRepo and refactored 'addFile' into it...
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | Slight usability improvement
|
commit | commitdiff | tree |
2008-06-16 |
Sverre Rabbelier | Bugfix, created a missing test for "diff -n"
|
commit | commitdiff | tree |
2008-06-15 |
Sverre Rabbelier | Changelog for 15-06-2008
|
commit | commitdiff | tree |
2008-06-15 |
Sverre Rabbelier | Bugfix for commit -t, now checks if the specified file...
|
commit | commitdiff | tree |
2008-06-15 |
Sverre Rabbelier | Refactored the custom parser into it's own file
|
commit | commitdiff | tree |
2008-06-14 |
Sverre Rabbelier | Changelog for 14-06-2008
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Changelog for 13-06-2008
|
commit | commitdiff | tree |
2008-06-14 |
Sverre Rabbelier | Stripped down test-lib.sh to the bits we need
|
commit | commitdiff | tree |
2008-06-14 |
Sverre Rabbelier | Added a todo to check the file passed to "stats.py...
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Added tests for "commit -r" and pointed out a bug
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Made use of with_keep_cwd now that git-python runs...
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Expanded the setupRepo script to generate a more elaborate...
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Improved the test descriptions
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Added tests for index.py
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Improved the dispatching in index.py
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Bugfix for diff -i, also removed debug output
|
commit | commitdiff | tree |
2008-06-13 |
Sverre Rabbelier | Added testcases for diff and pointed out a bug and...
|
commit | commitdiff | tree |
2008-06-12 |
Sverre Rabbelier | Changelog for 12-06-2008
|
commit | commitdiff | tree |
2008-06-12 |
Sverre Rabbelier | Moved the changelog into the doc subdirectory
|
commit | commitdiff | tree |
2008-06-12 |
Sverre Rabbelier | Merge branch 'notes'
|
commit | commitdiff | tree |
2008-06-12 |
Sverre Rabbelier | Usability enhancement: print help msg on 'stats.py...
|
commit | commitdiff | tree |
2008-06-12 |
Sverre Rabbelier | Bugfix for commitdiffMatches
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | Changelog for 11-06-2008
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | Changelog for 10-06-2008 (2)
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | Added testcases for 'commit'
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | Patches to git-python, since its latest changes, are...
|
commit | commitdiff | tree |
2008-06-11 |
Sverre Rabbelier | Made GitStats compatible with the latest version of...
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | Changelog for 10-06-2008
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | Changelog for 09-06-2008
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | Changelog for 08-06-2008
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | Changelog for 07-06-2008
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | Changelog for 06-06-2008
|
commit | commitdiff | tree |
2008-06-10 |
Sverre Rabbelier | Changelog for 05-06-2008
|
commit | commitdiff | tree |