Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clone repos instead of fetching individual files #16

Open
tj opened this issue Mar 1, 2017 · 1 comment
Open

Clone repos instead of fetching individual files #16

tj opened this issue Mar 1, 2017 · 1 comment

Comments

@tj
Copy link
Owner

tj commented Mar 1, 2017

Maybe. It would be nicer for local hacking.

@matthewmueller
Copy link

It'd also be nice for supporting meta data like config files for linters, e.g. .eslintrc. Do you know how you'd resolve includes for this use case? For example:

include github.com/tj/make/golang

Resolves to:

git://github.com/tj/make

go get must have specific knowledge about how to resolve github.com urls? We could probably copy go get here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants