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:
parent
b391399176
commit
f7c1a0e219
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@ def init(
|
||||||
_git,
|
_git,
|
||||||
'--git-dir=.',
|
'--git-dir=.',
|
||||||
'init',
|
'init',
|
||||||
|
'--quiet',
|
||||||
]
|
]
|
||||||
if template is not None:
|
if template is not None:
|
||||||
args.append('--template=%s' % template)
|
args.append('--template=%s' % template)
|
||||||
|
|
Loading…
Reference in a new issue