update.sh: pass -q to git fetch for explicit show_progress=0
commit30cd0764a0ff73835e4ff710bd07738ea822e407
authorKyle J. McKay <mackyle@gmail.com>
Thu, 8 Feb 2018 20:18:41 +0000 (8 12:18 -0800)
committerKyle J. McKay <mackyle@gmail.com>
Thu, 8 Feb 2018 20:18:41 +0000 (8 12:18 -0800)
tree55cc0a52e6f315ad414a018b4bae911d42d26cbd
parentb5cdc96556fd2ed6a898158eed2f433b43d6c4f3
update.sh: pass -q to git fetch for explicit show_progress=0

Prior to now the "--quiet" flag has not been passed to git fetch
(nor previously git remote update).

Change that and if show_progress has been explicitly set to "0"
(rather than just being left unset) pass the "-q" option to the
"git fetch" command.

Update projtool.pl to pass show_progress=0 when it's been given the
"--quiet" option as that more closely matches expected behavior.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
jobd/update.sh
toolbox/projtool.pl