respond and close as not a bug

This commit is contained in:
Joey Hess 2021-09-24 14:20:40 -04:00
parent a4a6fa1641
commit ee16a8ea11
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 14 additions and 0 deletions

View file

@ -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]]

View file

@ -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/<key>".
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.
"""]]