diff options
author | Joey Hess <joey@kitenet.net> | 2012-11-15 15:19:02 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-11-15 15:19:02 -0400 |
commit | 3657a3601f8d04c7682527e712468f790a6a5d42 (patch) | |
tree | f6f3f9e0a9f99ba666deadca5c67b907d765b63d /Command/Unannex.hs | |
parent | 3c370b6ebceba4400ce7cd8294c22f234d5696df (diff) |
remove showOutput; git is run in quiet mode
Diffstat (limited to 'Command/Unannex.hs')
-rw-r--r-- | Command/Unannex.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Command/Unannex.hs b/Command/Unannex.hs index 67d81bec0..89134bb84 100644 --- a/Command/Unannex.hs +++ b/Command/Unannex.hs @@ -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", |