improve output
This commit is contained in:
parent
6bffe509d7
commit
7892397020
1 changed files with 3 additions and 1 deletions
|
@ -41,8 +41,10 @@ cleanup file key = do
|
||||||
-- pre-commit hook if this file is later added back to
|
-- pre-commit hook if this file is later added back to
|
||||||
-- git as a normal, non-annexed file.
|
-- git as a normal, non-annexed file.
|
||||||
whenM (not . null <$> inRepo (LsFiles.staged [file])) $ do
|
whenM (not . null <$> inRepo (LsFiles.staged [file])) $ do
|
||||||
|
showOutput
|
||||||
inRepo $ Git.Command.run "commit" [
|
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]
|
Param "--", File file]
|
||||||
|
|
||||||
fast <- Annex.getState Annex.fast
|
fast <- Annex.getState Annex.fast
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue