diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-04 13:02:56 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-04 13:03:39 -0400 |
commit | 13ae7961f9ff251ac4c0d92823ebb7cf6577ce33 (patch) | |
tree | f15423500aff7434a7b80b5824e24b40f77a34cd /CmdLine | |
parent | 01bf5a9ec04c2e6711e33d6b43562528d3ab7ae4 (diff) |
skeleton smudge/clean filters
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/GitAnnex.hs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index f585bff3e..ee3108206 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -96,6 +96,8 @@ import qualified Command.Upgrade import qualified Command.Forget import qualified Command.Proxy import qualified Command.DiffDriver +import qualified Command.Smudge +import qualified Command.Clean import qualified Command.Undo import qualified Command.Version #ifdef WITH_ASSISTANT @@ -201,6 +203,8 @@ cmds testoptparser testrunner = , Command.Forget.cmd , Command.Proxy.cmd , Command.DiffDriver.cmd + , Command.Smudge.cmd + , Command.Clean.cmd , Command.Undo.cmd , Command.Version.cmd #ifdef WITH_ASSISTANT |