diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-04-18 16:04:25 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-04-18 16:04:35 -0400 |
commit | ea2180a6c141411f8ebdd041f065fae54ff2f780 (patch) | |
tree | ef19371742d05d8f2562ee49abc20db315983000 /doc/git-annex.mdwn | |
parent | 56e6d094aafd0df4b6e9f7abb83ff87b352aead5 (diff) |
required: New command, like wanted, but for required content.
Also refactored some code to reduce duplication.
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 6fd10aed0..3dc54a308 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -264,8 +264,16 @@ subdirectories). * `groupwanted groupname [expression]` + Get or set groupwanted expression. + See [[git-annex-groupwanted]](1) for details. +* `required repository [expression]` + + Get or set required content expression. + + See [[git-annex-required]](1) for details. + * `schedule repository [expression]` Get or set scheduled jobs. |