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.
This commit is contained in:
parent
983c1894eb
commit
723e4e31a1
6 changed files with 86 additions and 125 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue