summaryrefslogtreecommitdiff
path: root/doc/git-annex-preferred-content.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-02-02 14:42:13 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-02-02 14:42:13 -0400
commit81457e02ddf833df56112a8afaf25f57ecd07076 (patch)
treee6e79fa65773e8c12ecc0112087c4b8b7c17274b /doc/git-annex-preferred-content.mdwn
parent361c08cac70ca03d43e729d93daccdde1e1141b4 (diff)
add "nothing" to preferred content DSL
Same as "not anything"; will be particularly useful in annex.largefiles gitattributes.
Diffstat (limited to 'doc/git-annex-preferred-content.mdwn')
-rw-r--r--doc/git-annex-preferred-content.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/git-annex-preferred-content.mdwn b/doc/git-annex-preferred-content.mdwn
index 8ac8df022..c8c5d06af 100644
--- a/doc/git-annex-preferred-content.mdwn
+++ b/doc/git-annex-preferred-content.mdwn
@@ -218,6 +218,10 @@ elsewhere to allow removing it).
Matches any version of any file.
+* `nothing`
+
+ Matches nothing. (Same as "not anything")
+
* `not expression`
Inverts what the expression matches. For example, `not include=archive/*`