summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawlScsufvQF7s8TVTwPd-h_QiP5Hn_i-hrs <Jason@web>2014-07-17 15:30:21 +0000
committerGravatar admin <admin@branchable.com>2014-07-17 15:30:21 +0000
commit020e10766686893aa69307e2ced60ebf323d69ba (patch)
treec573b2a951c31f73258adf822fd0fb0e8f708829
parent2dddff5710a37ed1c28d4897e5ef236837a5ae8a (diff)
-rw-r--r--doc/todo/wishlist:_--maxdepth_option_for_git_annex_find.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/todo/wishlist:_--maxdepth_option_for_git_annex_find.mdwn b/doc/todo/wishlist:_--maxdepth_option_for_git_annex_find.mdwn
index f5a358aae..2ad07232f 100644
--- a/doc/todo/wishlist:_--maxdepth_option_for_git_annex_find.mdwn
+++ b/doc/todo/wishlist:_--maxdepth_option_for_git_annex_find.mdwn
@@ -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/