Files
dolt/tools
Eric Halpern d4f6d566f3 Modify roll.py to handle multiple --incl directories (#3500)
This makes it possible to include/exclude multiple directories when rolling src into a vendor directory.

For example, to roll the `cmd` and `go` directories from github.com/attic-labs/noms
into your vendor directory, you could run the following:

```
cd $MY_REPO_HOME
$NOMS/tools/roll.py --incl cmd --incl go https://github.com/attic-labs/noms
```

This patch also strips '.git' if it's present on the end of the repo url.
2017-05-26 12:27:56 -07:00
..
2016-10-19 13:05:29 -07:00
2017-04-17 18:17:24 -07:00