Re: [PATCH 06/10] git submodule update: Redirect any output to stderr

2015-09-17 Thread Eric Sunshine
On Wed, Sep 16, 2015 at 9:39 PM, Stefan Beller wrote: > git submodule update: Redirect any output to stderr This commit message seems to be lacking an explanation of why this is being done. > There are no tests, which fail by this. Not sure what this means. I suppose you're

Re: [PATCH 06/10] git submodule update: Redirect any output to stderr

2015-09-17 Thread Stefan Beller
On Thu, Sep 17, 2015 at 1:31 PM, Eric Sunshine wrote: > On Wed, Sep 16, 2015 at 9:39 PM, Stefan Beller wrote: >> git submodule update: Redirect any output to stderr > > This commit message seems to be lacking an explanation of why this is > being

[PATCH 06/10] git submodule update: Redirect any output to stderr

2015-09-16 Thread Stefan Beller
There are no tests, which fail by this. Signed-off-by: Stefan Beller --- git-submodule.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/git-submodule.sh b/git-submodule.sh index 8b0eb9a..7ef3247 100755 --- a/git-submodule.sh +++ b/git-submodule.sh