All of lore.kernel.org
 help / color / mirror / Atom feed
* git submodule update --quiet is very loud
@ 2011-07-26 11:26 Daniel Holtmann-Rice
  2011-07-26 21:39 ` [PATCH] submodule: update and add must honor --quiet flag Jens Lehmann
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Holtmann-Rice @ 2011-07-26 11:26 UTC (permalink / raw)
  To: git

Hi,

I can't find a place to submit bug reports, so I'll post this here... the --quiet/-q flag seems to have no effect for 'git submodule update'.  For example (http://pastebin.com/0KWT4EeA):

#!/bin/bash

git clone -q git://github.com/dhr/evp-tools.git
cd evp-tools
git submodule -q init
git submodule -q update

This doesn't run quietly (the first three commands do, the last does not).  I've tried this through Git 1.7.6.

Cheers,
Dan

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

end of thread, other threads:[~2011-07-26 21:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-26 11:26 git submodule update --quiet is very loud Daniel Holtmann-Rice
2011-07-26 21:39 ` [PATCH] submodule: update and add must honor --quiet flag Jens Lehmann

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.