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
|
g <- Annex.gitRepo
|
||||||
needcommit <- Annex.flagIsSet NeedCommit
|
needcommit <- Annex.flagIsSet NeedCommit
|
||||||
if (needcommit)
|
if (needcommit)
|
||||||
then liftIO $ Git.run g ["commit", "-m",
|
then liftIO $ Git.run g ["commit", "-q", "-m",
|
||||||
"git-annex log update", gitStateDir g]
|
"git-annex log update", gitStateDir g]
|
||||||
else return ()
|
else return ()
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue