diff options
Diffstat (limited to 'Command/Trust.hs')
-rw-r--r-- | Command/Trust.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Trust.hs b/Command/Trust.hs index 35ddefe84..c97d75ee4 100644 --- a/Command/Trust.hs +++ b/Command/Trust.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 |