make initial commit quietly
This commit is contained in:
parent
1f4efaec5e
commit
f460a2a2a8
1 changed files with 2 additions and 1 deletions
|
@ -286,7 +286,8 @@ initRepo dir desc = inDir dir $ do
|
||||||
{- Initialize the master branch, so things that expect
|
{- Initialize the master branch, so things that expect
|
||||||
- to have it will work, before any files are added. -}
|
- to have it will work, before any files are added. -}
|
||||||
void $ inRepo $ Git.Command.runBool "commit"
|
void $ inRepo $ Git.Command.runBool "commit"
|
||||||
[ Param "--allow-empty"
|
[ Param "--quiet"
|
||||||
|
, Param "--allow-empty"
|
||||||
, Param "-m"
|
, Param "-m"
|
||||||
, Param "created repository"
|
, Param "created repository"
|
||||||
]
|
]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue