1
0
forked from sm/vain
Commit Graph

2 Commits

Author SHA1 Message Date
557717c138 Prevent addition of duplicate path prefixes.
I think I understand this now; the failure comes from here:

https://golang.org/src/cmd/go/vcs.go#L818

and makes it so one can't both host:
- github.com/foo
- github.com/foo/bar

which would have to clone the latter inside of the former.

Fixes #1.
2016-02-13 10:46:09 -08:00
b7ef100a2c moved ysv -> vain 2016-02-13 00:17:12 -08:00