From e36d6ebe533fa0ea4297a9086b9c6527e8b22ad1 Mon Sep 17 00:00:00 2001 From: spwhitton Date: Wed, 11 Mar 2020 21:41:21 +0000 Subject: [PATCH] report bug --- ...it-annex_find_--batch_will_not_accept_absolute_paths.mdwn | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/todo/git-annex_find_--batch_will_not_accept_absolute_paths.mdwn 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