Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Merged
mattfarina merged 1 commit into
Masterminds:masterfrom
kevinburke:git-clean
Jul 9, 2019
Merged

git: fix "git clean" invocation for submodule#95
mattfarina merged 1 commit into
Masterminds:masterfrom
kevinburke:git-clean

Conversation

@kevinburke
Copy link
Copy Markdown
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
Copy Markdown

@cblecker
Copy link
Copy Markdown

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
Copy Markdown
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
Copy Markdown
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