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

Enhance fetch subcommand with -f and multiple groups #202

Open
sirnewton01 opened this issue Feb 28, 2019 · 4 comments
Open

Enhance fetch subcommand with -f and multiple groups #202

sirnewton01 opened this issue Feb 28, 2019 · 4 comments
Assignees

Comments

@sirnewton01
Copy link
Collaborator

The Go 1.11 "go get" with modules is using the fetch command to grab the latest packs from the origin repository. In particular, it needs the "-f" flag and the ability to specify multiple groups like git fetch -f origin refs/heads/_:refs/heads/_ refs/tags/_:refs/tags/

@driusan
Copy link
Owner

driusan commented Feb 28, 2019

-f looks pretty trivial.. I think that might already be our default behaviour

@driusan driusan self-assigned this Mar 2, 2019
@driusan
Copy link
Owner

driusan commented Mar 2, 2019

I've almost got this working, I just need to sort out the dst part

@sirnewton01
Copy link
Collaborator Author

I didn't come across this in my later modules testing. Should we un-tag this from the go_get_complete milestone?

@driusan
Copy link
Owner

driusan commented Mar 7, 2019

You didn't come across it because of #207, but we still don't support the flag properly

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

2 participants