diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-02 14:42:13 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-02 14:42:13 -0400 |
commit | 81457e02ddf833df56112a8afaf25f57ecd07076 (patch) | |
tree | e6e79fa65773e8c12ecc0112087c4b8b7c17274b /doc/git-annex-preferred-content.mdwn | |
parent | 361c08cac70ca03d43e729d93daccdde1e1141b4 (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.mdwn | 4 |
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/*` |