diff --git a/doc/todo/git-annex_find_--batch_will_not_accept_absolute_paths.mdwn b/doc/todo/git-annex_find_--batch_will_not_accept_absolute_paths.mdwn new file mode 100644 index 0000000000..78f802914a --- /dev/null +++ b/doc/todo/git-annex_find_--batch_will_not_accept_absolute_paths.mdwn @@ -0,0 +1,5 @@ +`git annex find --batch` will not accept absolute paths to files in the repo, but `git annex find /abs/path` works. + +I tested `git annex lookupkey --batch` which does not have this problem. + +--spwhitton