Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
git: fix "git clean" invocation for submodule
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.
- Loading branch information