aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add zooming and panningAdam Spiers2015-01-063-4/+22
|
* 4-column indent for .cssAdam Spiers2015-01-061-7/+7
|
* use git-describe and git-rev-parse to improve commit descriptionsAdam Spiers2015-01-061-6/+55
|
* render graph from test.jsonAdam Spiers2015-01-063-0/+133
|
* generate some test JSON data for WebColatag1Adam Spiers2015-01-061-0/+25
|
* tweak JSONDependencyListener to produce data WebCola can useAdam Spiers2015-01-061-11/+31
|
* import d3 3.5.3Adam Spiers2015-01-062-0/+31
|
* import jquery-2.1.3Adam Spiers2015-01-062-0/+5
|
* import WebCola v3tag2Adam Spiers2015-01-063-0/+25
|
* fix long lineAdam Spiers2015-01-061-1/+2
|
* add JSON listenertestAdam Spiers2015-01-051-1/+44
| | | | | This creates the JSON which will eventually be consumed by the Javascript visualizer.
* fix memoization bug by extracting temporary variablesAdam Spiers2015-01-051-7/+9
|
* add script to generate fixture repository for testingAdam Spiers2015-01-052-0/+60
|
* fix a bunch of PEP8 issuesAdam Spiers2015-01-051-42/+69
|
* don't show "[False]" default for boolean optionsAdam Spiers2015-01-051-3/+3
|
* improve mail address punctuationAdam Spiers2015-01-051-1/+1
|
* add links to OpenStack NovaAdam Spiers2015-01-051-3/+4
|
* fix markdown headersAdam Spiers2015-01-051-5/+8
|
* add README.mdAdam Spiers2015-01-051-0/+117
|
* don't crash when -e isn't specifiedVitezslav Cizek2015-01-051-3/+4
|
* add some docstringsAdam Spiers2015-01-051-0/+13
|
* add installation instructionsAdam Spiers2015-01-051-2/+23
|
* remove redundant debug messageAdam Spiers2015-01-051-2/+0
|
* avoid adding entries to TODO queue multiple timesAdam Spiers2015-01-051-7/+28
|
* add licenseAdam Spiers2015-01-051-0/+16
|
* fix error messageAdam Spiers2015-01-051-1/+1
|
* improve help textAdam Spiers2015-01-051-6/+7
|
* add --exclude-commitsAdam Spiers2015-01-051-3/+42
|
* fix abort()Adam Spiers2015-01-051-1/+1
|
* allow multiple dependents on ARGV, and fix usage stringAdam Spiers2015-01-051-10/+15
|
* ignore KeyboardInterruptAdam Spiers2015-01-051-1/+6
|
* output dependencies as soon as they're foundAdam Spiers2015-01-051-20/+20
|
* use new-style classesAdam Spiers2015-01-051-7/+5
|
* --help: put short options firstAdam Spiers2015-01-051-4/+4
|
* improve --help for --context-linesAdam Spiers2015-01-051-1/+2
|
* add first line of commits to debugAdam Spiers2015-01-051-3/+8
|
* invoke git blame in more reliable mannerAdam Spiers2015-01-051-2/+2
|
* don't crash on commits which only add filesAdam Spiers2015-01-051-1/+2
|
* tweaks to improve debuggingAdam Spiers2015-01-051-9/+22
|
* add listener classesAdam Spiers2015-01-051-42/+126
|
* add --context-linesAdam Spiers2015-01-051-1/+3
|
* debug to STDOUTAdam Spiers2015-01-051-1/+1
|
* add logging and recursionAdam Spiers2015-01-051-18/+109
|
* refactor into new DependencyDetector classAdam Spiers2015-01-051-53/+104
|
* first prototype of git-depsAdam Spiers2015-01-051-0/+82
Automatic git commit dependency inference tool. Originally committed to: https://github.com/aspiers/git-config/blob/master/bin/git-deps and then split off into this repository via git filter-branch and other hackery, preserving history.