aboutsummaryrefslogtreecommitdiff
path: root/Command/PreCommit.hs
diff options
context:
space:
mode:
Diffstat (limited to 'Command/PreCommit.hs')
-rw-r--r--Command/PreCommit.hs6
1 files changed, 0 insertions, 6 deletions
diff --git a/Command/PreCommit.hs b/Command/PreCommit.hs
index 6d8f7b9b3..3046d3562 100644
--- a/Command/PreCommit.hs
+++ b/Command/PreCommit.hs
@@ -7,15 +7,9 @@
module Command.PreCommit where
-import Control.Monad.State (liftIO)
-
import Command
-import qualified Annex
-import qualified AnnexQueue
-import qualified GitRepo as Git
import qualified Command.Add
import qualified Command.Fix
-import Utility
command :: [Command]
command = [repoCommand "pre-commit" paramPath seek "run by git pre-commit hook"]