From ee16a8ea11c43c81ad3bdb15e3b198f90f97c31e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 24 Sep 2021 14:20:40 -0400 Subject: [PATCH] respond and close as not a bug --- doc/bugs/diff_driver_using_hash_without_subdir.mdwn | 1 + ...ment_1_90246cb1d4dfc4577a1117ddd619b06a._comment | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 doc/bugs/diff_driver_using_hash_without_subdir/comment_1_90246cb1d4dfc4577a1117ddd619b06a._comment diff --git a/doc/bugs/diff_driver_using_hash_without_subdir.mdwn b/doc/bugs/diff_driver_using_hash_without_subdir.mdwn index 948251dca0..b87dcad514 100644 --- a/doc/bugs/diff_driver_using_hash_without_subdir.mdwn +++ b/doc/bugs/diff_driver_using_hash_without_subdir.mdwn @@ -75,3 +75,4 @@ echo diff -d --color=always $2 $target Yes and it works really well (and my diff driver works on other repos too). +> [[notabug|done]] diff --git a/doc/bugs/diff_driver_using_hash_without_subdir/comment_1_90246cb1d4dfc4577a1117ddd619b06a._comment b/doc/bugs/diff_driver_using_hash_without_subdir/comment_1_90246cb1d4dfc4577a1117ddd619b06a._comment new file mode 100644 index 0000000000..aaddce9b7b --- /dev/null +++ b/doc/bugs/diff_driver_using_hash_without_subdir/comment_1_90246cb1d4dfc4577a1117ddd619b06a._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2021-09-24T18:17:59Z" + content=""" +I think the file in your repo is unlocked. An unlocked file is represented +in git as a pointer file, the pointer contains "/annex/objects/". + +Note that git-annex diffdriver exists to let a diff driver work with +annexed files. I think you might want to use it. Amusingly +I forgot about unlocked files in the implementation of it too; +that got fixed in version 8.20210428. +"""]]