quiet git commit messages
This commit is contained in:
parent
730c273eae
commit
caa0b6c0c2
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue