remove showOutput; git is run in quiet mode
This commit is contained in:
parent
d3766803b4
commit
83993a2ba0
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ cleanup file key = do
|
||||||
-- git as a normal, non-annexed file.
|
-- git as a normal, non-annexed file.
|
||||||
(s, clean) <- inRepo $ LsFiles.staged [file]
|
(s, clean) <- inRepo $ LsFiles.staged [file]
|
||||||
when (not $ null s) $ do
|
when (not $ null s) $ do
|
||||||
showOutput
|
|
||||||
inRepo $ Git.Command.run "commit" [
|
inRepo $ Git.Command.run "commit" [
|
||||||
Param "-q",
|
Param "-q",
|
||||||
Params "-m", Param "content removed from git annex",
|
Params "-m", Param "content removed from git annex",
|
||||||
|
|
Loading…
Add table
Reference in a new issue