make initial commit quietly

This commit is contained in:
Joey Hess 2012-10-31 13:42:07 -04:00
parent 1f4efaec5e
commit f460a2a2a8

View file

@ -286,7 +286,8 @@ initRepo dir desc = inDir dir $ do
{- Initialize the master branch, so things that expect
- to have it will work, before any files are added. -}
void $ inRepo $ Git.Command.runBool "commit"
[ Param "--allow-empty"
[ Param "--quiet"
, Param "--allow-empty"
, Param "-m"
, Param "created repository"
]