improve output

This commit is contained in:
Joey Hess 2011-12-22 14:50:20 -04:00
parent 6bffe509d7
commit 7892397020

View file

@ -41,8 +41,10 @@ cleanup file key = do
-- pre-commit hook if this file is later added back to
-- git as a normal, non-annexed file.
whenM (not . null <$> inRepo (LsFiles.staged [file])) $ do
showOutput
inRepo $ Git.Command.run "commit" [
Param "-m", Param "content removed from git annex",
Param "-q",
Params "-m", Param "content removed from git annex",
Param "--", File file]
fast <- Annex.getState Annex.fast