quiet git commit messages

This commit is contained in:
Joey Hess 2011-01-11 18:49:45 -04:00
parent 730c273eae
commit caa0b6c0c2
2 changed files with 2 additions and 2 deletions

View file

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

View file

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