git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michal Vrana <mivra1@gmail.com>
To: git@vger.kernel.org
Subject: Submodule init uses STDERR output
Date: Sun, 24 May 2020 00:44:59 +0200	[thread overview]
Message-ID: <CA+sZKRqMaSZqj3PdpRz3xrruTbz1CJV=W9s_ox4BrhCAuQqhKA@mail.gmail.com> (raw)

Hello,
I've come across an issue that seems like a bug to me. If I clone a
repository with a submodule but want to initialize it separately, then
the error output is used during this initialization for what seems to
be a standard message.
Motivation:
Cannot use - Fail on standard error setting in a devops pipeline

Steps to reproduce:
1. git clone
2. git submodule init 2>err.txt

The err.txt contains a message like
Submodule 'xyz' (xyz.git) registered for path 'abc'
From what I've read this is the standard output in this case. And if
not then why when I use "quiet" mode then the error output is empty.
So why is the error output even used?

Platforms reproduced on:
git version 2.26.2.windows.1 - Windows server
git version 2.19.0.windows.1 - gitbash - Windows 10
git version 2.17.1 Ubuntu (Windows subsystem)

Thanks,
Michal Vrana

             reply	other threads:[~2020-05-23 22:45 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-23 22:44 Michal Vrana [this message]
2020-05-23 23:23 ` Submodule init uses STDERR output brian m. carlson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CA+sZKRqMaSZqj3PdpRz3xrruTbz1CJV=W9s_ox4BrhCAuQqhKA@mail.gmail.com' \
    --to=mivra1@gmail.com \
    --cc=git@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).