git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [BUG] 'git merge --quiet' is not always quiet
@ 2015-04-02 12:42 Carl Mäsak
  2015-04-02 21:39 ` Jeff King
  0 siblings, 1 reply; 2+ messages in thread
From: Carl Mäsak @ 2015-04-02 12:42 UTC (permalink / raw)
  To: git

In the following session, a 'git merge' command shows some output even
with the '--quiet' flag supplied.

    ~/tmp $ git init example
    Initialized empty Git repository in /tmp/example/.git/
    ~/tmp $ cd example/
    ~/tmp/example $ git commit --allow-empty -m'initial commit'
    [master (root-commit) a7329b5] initial commit
    ~/tmp/example $ git checkout -b b1
    Switched to a new branch 'b1'
    ~/tmp/example $ git commit --allow-empty -m'commit on branch'
    [b1 d15e5ac] commit on branch
    ~/tmp/example $ git checkout master
    Switched to branch 'master'
    ~/tmp/example $ git merge --quiet --no-ff --no-edit b1
    Already up-to-date!
    ~/tmp/example $

My expectation is that '--quiet' would suppress all output, even this one.

I'm on Git 1.9.1, but I've been informed on IRC that this happens even
on latest.

// Carl

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

end of thread, other threads:[~2015-04-02 21:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-02 12:42 [BUG] 'git merge --quiet' is not always quiet Carl Mäsak
2015-04-02 21:39 ` Jeff King

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).