From caa0b6c0c275ed85567112c273b49e7905bb4b14 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 11 Jan 2011 18:49:45 -0400 Subject: quiet git commit messages --- Command/Untrust.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command/Untrust.hs') diff --git a/Command/Untrust.hs b/Command/Untrust.hs index f49a2e989..01b97b1c1 100644 --- a/Command/Untrust.hs +++ b/Command/Untrust.hs @@ -40,5 +40,5 @@ perform repo = do g <- Annex.gitRepo logfile <- trustLog liftIO $ Git.run g ["add", logfile] - liftIO $ Git.run g ["commit", "-m", "git annex untrust", logfile] + liftIO $ Git.run g ["commit", "-q", "-m", "git annex untrust", logfile] return $ Just $ return True -- cgit v1.2.3