diff options
author | Joey Hess <joey@kitenet.net> | 2011-11-28 17:49:03 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-11-28 17:49:03 -0400 |
commit | 2b3c120506f1f25b4c3d0e19342b9826bde0b3b5 (patch) | |
tree | 300cadec2cfc6d582da42cd801b1be90074eaf72 | |
parent | e32ab766b08b9a64bf12fe5ab6bf33f2d82b0fb7 (diff) |
clarify extent of limit checks
-rw-r--r-- | doc/git-annex.mdwn | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index cedb2e782..e98c89fe3 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -435,7 +435,8 @@ file contents are present at either of two repositories. * --in=repository Matches only files that git-annex believes have their contents present - in a repository. + in a repository. Note that it does not check the repository to verify + that it still has the content. The repository should be specified using the name of a configured remote, or the UUID or description of a repository. For the current repository, @@ -444,7 +445,8 @@ file contents are present at either of two repositories. * --copies=number Matches only files that git-annex believes to have the specified number - of copies, or more. + of copies, or more. Note that it does not check remotes to verify that + the copies still exist. * --inbackend=name |