quiet commit of logs
This commit is contained in:
parent
46ac19a51d
commit
645bc94d3d
1 changed files with 1 additions and 1 deletions
2
Core.hs
2
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 ()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue