report bug
authorspwhitton <spwhitton@web>
Wed, 11 Mar 2020 21:41:21 +0000 (21:41 +0000)
committeradmin <admin@branchable.com>
Wed, 11 Mar 2020 21:41:21 +0000 (21:41 +0000)
doc/todo/git-annex_find_--batch_will_not_accept_absolute_paths.mdwn [new file with mode: 0644]

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 (file)
index 0000000..78f8029
--- /dev/null
@@ -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