From f460a2a2a8901ec4bd4d958e5af470ad26464c67 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 31 Oct 2012 13:42:07 -0400 Subject: [PATCH] make initial commit quietly --- Assistant/WebApp/Configurators/Local.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Assistant/WebApp/Configurators/Local.hs b/Assistant/WebApp/Configurators/Local.hs index ec4142e2c3..f146504082 100644 --- a/Assistant/WebApp/Configurators/Local.hs +++ b/Assistant/WebApp/Configurators/Local.hs @@ -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" ]