Re: [BUG] 'git merge --quiet' is not always quiet

2015-04-02 Thread Jeff King
On Thu, Apr 02, 2015 at 02:42:30PM +0200, Carl Mäsak wrote: 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/

[BUG] 'git merge --quiet' is not always quiet

2015-04-02 Thread Carl Mäsak
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