aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-preferred-content.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-03 14:56:34 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-03 15:04:42 -0400
commit11c3a7cd331f7b07e62493a4e8e37e0cecffc5b0 (patch)
tree746fb1ccdfe06f8eb093a0d2d4a2757a8090d3e3 /doc/git-annex-preferred-content.mdwn
parent01c701b5a5c18cfa952394ae1cbd2249cfd08f51 (diff)
Limit annex.largefiles parsing to the subset of preferred content expressions that make sense in its context.
So, not "standard" or "lackingcopies", etc.
Diffstat (limited to 'doc/git-annex-preferred-content.mdwn')
-rw-r--r--doc/git-annex-preferred-content.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex-preferred-content.mdwn b/doc/git-annex-preferred-content.mdwn
index c8c5d06af..bea82654f 100644
--- a/doc/git-annex-preferred-content.mdwn
+++ b/doc/git-annex-preferred-content.mdwn
@@ -32,7 +32,7 @@ elsewhere to allow removing it).
# EXPRESSIONS
-* `include=glob` and `exclude=glob`
+* `include=glob` / `exclude=glob`
Match files to include, or exclude.
@@ -101,7 +101,7 @@ elsewhere to allow removing it).
Matches only files that git-annex believes are present in all repositories
in the specified group.
-* `smallerthan=size` and `largerthan=size`
+* `smallerthan=size` / `largerthan=size`
Matches only files whose content is smaller than, or larger than the
specified size.