git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* BUG: "git checkout -q -b foo origin/foo" is not quiet
@ 2017-02-03 18:20 Kevin Layer
  2017-02-03 21:36 ` Kevin Layer
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Layer @ 2017-02-03 18:20 UTC (permalink / raw)
  To: git

$ git checkout -q -b foo origin/foo
Branch foo set up to track remote branch foo from origin.

I said -q because I didn't want *any* output.

I looked at the git sources, on the maint branch, and it appears to
still be the case.
I see this behavior on 1.7.1.

Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: BUG: "git checkout -q -b foo origin/foo" is not quiet
  2017-02-03 18:20 BUG: "git checkout -q -b foo origin/foo" is not quiet Kevin Layer
@ 2017-02-03 21:36 ` Kevin Layer
  2017-02-04  0:55   ` Cornelius Weig
  0 siblings, 1 reply; 4+ messages in thread
From: Kevin Layer @ 2017-02-03 21:36 UTC (permalink / raw)
  To: git

Note that git version 1.8.3.1 is quiet and does not print the
"tracking remote" message.

On Fri, Feb 3, 2017 at 10:20 AM, Kevin Layer <layer@known.net> wrote:
> $ git checkout -q -b foo origin/foo
> Branch foo set up to track remote branch foo from origin.
>
> I said -q because I didn't want *any* output.
>
> I looked at the git sources, on the maint branch, and it appears to
> still be the case.
> I see this behavior on 1.7.1.
>
> Kevin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: BUG: "git checkout -q -b foo origin/foo" is not quiet
  2017-02-03 21:36 ` Kevin Layer
@ 2017-02-04  0:55   ` Cornelius Weig
  2017-02-06 16:38     ` Kevin Layer
  0 siblings, 1 reply; 4+ messages in thread
From: Cornelius Weig @ 2017-02-04  0:55 UTC (permalink / raw)
  To: Kevin Layer, git

On 02/03/2017 10:36 PM, Kevin Layer wrote:
> Note that git version 1.8.3.1 is quiet and does not print the
> "tracking remote" message.

So what you are saying is, that git v1.8.3.1 *is* quiet, but v1.7.1 is
not? Sounds like a fixed bug to me.

I also checked with the latest version and it did not print anything
when used with -q.


You seem to urgently need quiet branch creation. Have you thought about
dumping unwanted output in the shell? E.g. in bash

$ git whatever >&/dev/null

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: BUG: "git checkout -q -b foo origin/foo" is not quiet
  2017-02-04  0:55   ` Cornelius Weig
@ 2017-02-06 16:38     ` Kevin Layer
  0 siblings, 0 replies; 4+ messages in thread
From: Kevin Layer @ 2017-02-06 16:38 UTC (permalink / raw)
  To: Cornelius Weig; +Cc: git

Yeah, my bad.  I was confused.  Sorry for the noise.

On Fri, Feb 3, 2017 at 4:55 PM, Cornelius Weig
<cornelius.weig@tngtech.com> wrote:
> On 02/03/2017 10:36 PM, Kevin Layer wrote:
>> Note that git version 1.8.3.1 is quiet and does not print the
>> "tracking remote" message.
>
> So what you are saying is, that git v1.8.3.1 *is* quiet, but v1.7.1 is
> not? Sounds like a fixed bug to me.
>
> I also checked with the latest version and it did not print anything
> when used with -q.
>
>
> You seem to urgently need quiet branch creation. Have you thought about
> dumping unwanted output in the shell? E.g. in bash
>
> $ git whatever >&/dev/null

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-02-06 16:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-02-03 18:20 BUG: "git checkout -q -b foo origin/foo" is not quiet Kevin Layer
2017-02-03 21:36 ` Kevin Layer
2017-02-04  0:55   ` Cornelius Weig
2017-02-06 16:38     ` Kevin Layer

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).