summaryrefslogtreecommitdiff
path: root/Core.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2010-10-16 13:22:48 -0400
committerGravatar Joey Hess <joey@kitenet.net>2010-10-16 13:22:48 -0400
commit645bc94d3d9e5f08bda74a99e0584768b32da81c (patch)
tree19dc2689bf38cea4577abbb2802ee3f02c2668d7 /Core.hs
parent46ac19a51d8994aa0ac978fef3359729ed91c6ba (diff)
quiet commit of logs
Diffstat (limited to 'Core.hs')
-rw-r--r--Core.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Core.hs b/Core.hs
index 7e719888a..006973fc9 100644
--- a/Core.hs
+++ b/Core.hs
@@ -25,7 +25,7 @@ shutdown = do
g <- Annex.gitRepo
needcommit <- Annex.flagIsSet NeedCommit
if (needcommit)
- then liftIO $ Git.run g ["commit", "-m",
+ then liftIO $ Git.run g ["commit", "-q", "-m",
"git-annex log update", gitStateDir g]
else return ()