diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-01 13:52:39 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-01 13:52:39 -0400 |
commit | 2d118ae9311b9a07c6b19f1f27d64866e49466c1 (patch) | |
tree | 4306040a6fd8b0cbe3ee29329a34c7de78ba7bfc /doc | |
parent | ae85315ed353996ef9a95e9ea5cc93717594d51d (diff) |
document new --copies=trustlevel:number
Diffstat (limited to 'doc')
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index d079b42b6..c1bbb8259 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -610,6 +610,12 @@ file contents are present at either of two repositories. of copies, or more. Note that it does not check remotes to verify that the copies still exist. +* --copies=trustlevel:number + + Matches only files that git-annex believes have the specified number of + copies, on remotes with the specified trust level. For example, + "--copies=trusted:2" + * --inbackend=name Matches only files whose content is stored using the specified key-value |