remove showOutput; git is run in quiet mode

This commit is contained in:
Joey Hess 2012-11-15 15:19:02 -04:00
parent d3766803b4
commit 83993a2ba0

View file

@ -41,7 +41,6 @@ cleanup file key = do
-- git as a normal, non-annexed file.
(s, clean) <- inRepo $ LsFiles.staged [file]
when (not $ null s) $ do
showOutput
inRepo $ Git.Command.run "commit" [
Param "-q",
Params "-m", Param "content removed from git annex",