diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-04 15:30:06 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-04 15:32:47 -0400 |
commit | de1b6019bb6fc1225a2a02cabba8bc3cf193744b (patch) | |
tree | 3780c56e7ca43e1f13e928efe8f65a9c11f90591 /CmdLine | |
parent | 0e9dbe79e9a738cb8e3873214ad66b9c0aa0a8a8 (diff) |
merge clean into smudge command
The git filter config can be used to map the single git-annex command to
the 2 actions, and this avoids "git annex clean" being used for this thing,
it might have a better use for that name later.
Diffstat (limited to 'CmdLine')
-rw-r--r-- | CmdLine/GitAnnex.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CmdLine/GitAnnex.hs b/CmdLine/GitAnnex.hs index ee3108206..ba7689f70 100644 --- a/CmdLine/GitAnnex.hs +++ b/CmdLine/GitAnnex.hs @@ -97,7 +97,6 @@ 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 @@ -204,7 +203,6 @@ cmds testoptparser testrunner = , Command.Proxy.cmd , Command.DiffDriver.cmd , Command.Smudge.cmd - , Command.Clean.cmd , Command.Undo.cmd , Command.Version.cmd #ifdef WITH_ASSISTANT |