aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #42 from 0k/pr-use-python-envAdam Spiers2015-02-271-1/+1
|\ | | | | fix: use python from ``$PATH`` rather than hard written path.
| * fix: use python from ``$PATH`` rather than hard written path.Root2015-02-271-1/+1
|/ | | | This allows to use ``git-deps`` in a virtualenv for instance.
* increase resolution of original thumbnailAdam Spiers2015-02-251-0/+0
|
* embed new porting screencast demoAdam Spiers2015-02-252-1/+3
|
* README: improve use casesAdam Spiers2015-02-101-5/+35
|
* fix suggested browserify command and suggest watchify0.1.0Adam Spiers2015-02-011-1/+4
|
* fix overgrown indentAdam Spiers2015-02-011-3/+3
|
* highlight parents / children on mouseoverAdam Spiers2015-02-011-12/+45
|
* track reverse dependencies (#16, #32, #35)Adam Spiers2015-01-201-4/+24
|
* shrink arrow head a bitAdam Spiers2015-01-201-2/+2
|
* give arrow lines rainbow colour scheme and thicken slightlyAdam Spiers2015-01-202-2/+2
|
* fix --exclude (closes #34)Adam Spiers2015-01-201-5/+5
| | | | | | branch_contains() was comparing truncated SHA1s with non-truncated SHA1s, so it never noticed when a branch contained a commit. Thanks a lot to Steven Bromling (@sbromling) for the great bug report!
* switch back to upstream notyAdam Spiers2015-01-191-1/+1
| | | | | https://github.com/needim/noty/pull/243 was merged so we don't need to use my branch any more.
* copying git-deps to $PATH won't workAdam Spiers2015-01-191-1/+3
| | | | | The web server currently expects assets to be in the html/ subdirectory relative to where the git-deps script lives.
* README.md: embed YouTube screencastAdam Spiers2015-01-182-1/+4
|
* call test fixture files file-{a,b}Adam Spiers2015-01-181-21/+16
| | | | Avoids any potential confusion with numbers inside the files.
* test fixtures only have two filesAdam Spiers2015-01-181-1/+1
|
* remove misleading usage text regarding --helpAdam Spiers2015-01-181-1/+4
| | | | "git-deps --help" would work but not "git deps --help".
* debug constraints if -d is givenAdam Spiers2015-01-181-0/+1
|
* shrink flowLayout length to 100Adam Spiers2015-01-181-1/+1
|
* tweak layout spacingAdam Spiers2015-01-181-3/+3
|
* disable negative gap constraints for nowAdam Spiers2015-01-181-4/+6
| | | | | | They are not reliable: https://github.com/tgdwyer/WebCola/issues/61
* improve debugging of row_node_ordering_constraintsAdam Spiers2015-01-181-5/+6
|
* use row ordering based on dependenciesAdam Spiers2015-01-181-6/+35
|
* let's use the Dagre starting positions anywayAdam Spiers2015-01-181-6/+8
| | | | Can't do any harm ...
* move build_constraints() call for clarityAdam Spiers2015-01-181-1/+1
|
* make inter-row gap bigger than intra-row gapAdam Spiers2015-01-181-2/+2
|
* allow debugging of constraints from browser consoleAdam Spiers2015-01-181-3/+8
|
* remove superfluous blank lineAdam Spiers2015-01-181-1/+0
|
* my fix/main-entrypoints branch got merged into WebColaAdam Spiers2015-01-181-1/+1
|
* use more idiomatic coffeescriptAdam Spiers2015-01-171-2/+2
|
* fix horrific bug in row_ordering_constraintsAdam Spiers2015-01-171-1/+1
|
* README.md: link to COPYINGAdam Spiers2015-01-171-0/+7
|
* fix HTML text about double-clickingAdam Spiers2015-01-161-1/+1
|
* catch InvalidCommitish exceptions in the CLIAdam Spiers2015-01-161-1/+4
|
* improve commit message in test fixture repoAdam Spiers2015-01-161-2/+2
|
* use noty export rather than window.notyAdam Spiers2015-01-161-2/+2
| | | | | | This is thanks to Loïc Mahieu: https://github.com/aspiers/noty/pull/1
* fix transitioning of plus iconAdam Spiers2015-01-131-6/+5
|
* ditch three file from fixturesAdam Spiers2015-01-131-1/+1
| | | | It's more than we need, for now at least.
* make <h1> marginally less uglyAdam Spiers2015-01-131-1/+4
|
* catch badly-formed commit-ish valuesAdam Spiers2015-01-131-1/+1
|
* shrink <h1> margin to save spacedemoAdam Spiers2015-01-131-0/+4
|
* move buttons onto same line to save spaceAdam Spiers2015-01-132-5/+4
|
* monospace tweak in READMEAdam Spiers2015-01-131-2/+2
|
* allow specifying the webserver's TCP port to listen onAdam Spiers2015-01-121-1/+4
|
* hide tip when plus icon is clickedAdam Spiers2015-01-121-0/+1
|
* disable layout debuggingAdam Spiers2015-01-121-1/+1
|
* tweak the fill colour of explored nodesAdam Spiers2015-01-121-1/+1
|
* add hyperlinks with gitfile:// URLs (#29)Adam Spiers2015-01-125-2/+67
| | | | Closes #29.
* move sha1_of_link_pointer() back next to link_key()Adam Spiers2015-01-121-8/+8
|