Re: [PATCH] Let submodule command exit with error status if path does not exist

2012-08-09 Thread Junio C Hamano
Heiko Voigt writes: > Previously the exit status of git submodule was zero for various > subcommands even though the user specified an unknown path. > > The reason behind that was that they all pipe the output of module_list > into the while loop which then does the action on the paths specified

[PATCH] Let submodule command exit with error status if path does not exist

2012-08-09 Thread Heiko Voigt
Previously the exit status of git submodule was zero for various subcommands even though the user specified an unknown path. The reason behind that was that they all pipe the output of module_list into the while loop which then does the action on the paths specified by the commandline. Since piped