aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/git-annex-preferred-content.mdwn4
-rw-r--r--doc/git-annex-preferred-content/comment_4_4f30e99af93a2eb571f5b084cfa72d0d._comment11
2 files changed, 13 insertions, 2 deletions
diff --git a/doc/git-annex-preferred-content.mdwn b/doc/git-annex-preferred-content.mdwn
index 5e2a7a9c5..4dd484ef1 100644
--- a/doc/git-annex-preferred-content.mdwn
+++ b/doc/git-annex-preferred-content.mdwn
@@ -225,11 +225,11 @@ elsewhere to allow removing it).
* `anything`
- Matches any version of any file.
+ Always matches.
* `nothing`
- Matches nothing. (Same as "not anything")
+ Never matches. (Same as "not anything")
* `not expression`
diff --git a/doc/git-annex-preferred-content/comment_4_4f30e99af93a2eb571f5b084cfa72d0d._comment b/doc/git-annex-preferred-content/comment_4_4f30e99af93a2eb571f5b084cfa72d0d._comment
new file mode 100644
index 000000000..39c859c97
--- /dev/null
+++ b/doc/git-annex-preferred-content/comment_4_4f30e99af93a2eb571f5b084cfa72d0d._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 4"""
+ date="2016-04-04T20:01:42Z"
+ content="""
+@Don, when a preferred content expression matches
+based on the name of a file, it will only match objects used by
+files currently in the tree, and not objects used by old versions.
+
+So, what you want is probably as simple as "include=*"
+"""]]