This commit is contained in:
parent
31a4e44941
commit
34ffbd990b
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
Obviously, since directories themselves are not git-annex objects, there is no way to say whether or not they are "present", but perhaps the most intuitive would be to say whether or not any git-annex files under a given directory are present.
|
||||
|
||||
For example, if I have:
|
||||
```
|
||||
./
|
||||
+-- subdir0/
|
||||
| +-- file0 (present in local git-annex repo)
|
||||
|
@ -12,7 +11,6 @@ For example, if I have:
|
|||
| +-- file0 (not present in local git-annex repo)
|
||||
| +-- file1 (not present in local git-annex repo)
|
||||
+-- file2 (present in local git-annex repo)
|
||||
```
|
||||
|
||||
and I type `git annex find --maxdepth 1 .`, the output might look something like:
|
||||
subdir0/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue