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

git: fix "git clean" invocation for submodule #95

Merged
merged 1 commit into from
Jul 9, 2019

Conversation

kevinburke
Copy link
Contributor

The command passed after a "git submodule foreach" should be invoked
as a single string, as it is on line 416 of this file. Otherwise "-x"
is treated as an argument to "foreach" and it errors. See
golang/dep#2176 for more details.

The command passed after a "git submodule foreach" should be invoked
as a single string, as it is on line 416 of this file. Otherwise "-x"
is treated as an argument to "foreach" and it errors. See
golang/dep#2176 for more details.
@AppVeyorBot
Copy link

@cblecker
Copy link

cblecker commented Jul 6, 2019

@mattfarina It looks like this bug cropped up with the release of git 2.22.0. Is this something you'd consider merging and updating glide with? Thank you!

@mattfarina
Copy link
Member

The failed tests are due to an unrelated issue fixed elsewhere.

@mattfarina mattfarina merged commit 90addbc into Masterminds:master Jul 9, 2019
@kevinburke
Copy link
Contributor Author

Thank you!

@kevinburke kevinburke deleted the git-clean branch July 9, 2019 21:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants