--inbackend can be used to make git-annex only operate on files whose content is stored using a specified key-value backend.
This commit is contained in:
parent
16653132b7
commit
e32ab766b0
4 changed files with 16 additions and 0 deletions
|
@ -446,6 +446,11 @@ file contents are present at either of two repositories.
|
|||
Matches only files that git-annex believes to have the specified number
|
||||
of copies, or more.
|
||||
|
||||
* --inbackend=name
|
||||
|
||||
Matches only files whose content is stored using the specified key-value
|
||||
backend.
|
||||
|
||||
* --not
|
||||
|
||||
Inverts the next file matching option. For example, to only act on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue