Added --quiet to git-init

git-init will only print error and warning messages.  Tests run a lot quieter now.
This commit is contained in:
Garry Dolley 2007-12-06 16:19:03 -08:00 committed by Tommi Virtanen
parent b391399176
commit f7c1a0e219

View file

@ -41,6 +41,7 @@ def init(
_git,
'--git-dir=.',
'init',
'--quiet',
]
if template is not None:
args.append('--template=%s' % template)