diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-25 12:44:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-25 12:44:58 -0400 |
commit | b93439ab21727ad809ebce384b78e572799fa39a (patch) | |
tree | a36efdd4adc246cb40a62451d84d4ce66bf38c15 /GitAnnex.hs | |
parent | 6442bc73b2799c46c8a45a3cd265dd8dfeaea1f3 (diff) |
content: New command line way to view and configure a repository's preferred content settings.
Diffstat (limited to 'GitAnnex.hs')
-rw-r--r-- | GitAnnex.hs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/GitAnnex.hs b/GitAnnex.hs index 4dbf7390e..e6e24777c 100644 --- a/GitAnnex.hs +++ b/GitAnnex.hs @@ -52,6 +52,7 @@ import qualified Command.Untrust import qualified Command.Semitrust import qualified Command.Dead import qualified Command.Group +import qualified Command.Content import qualified Command.Ungroup import qualified Command.Vicfg import qualified Command.Sync @@ -105,6 +106,7 @@ cmds = concat , Command.Semitrust.def , Command.Dead.def , Command.Group.def + , Command.Content.def , Command.Ungroup.def , Command.Vicfg.def , Command.FromKey.def |