quiet commit of logs

This commit is contained in:
Joey Hess 2010-10-16 13:22:48 -04:00
parent 46ac19a51d
commit 645bc94d3d

View file

@ -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 ()