This commit is contained in:
Joey Hess 2021-09-27 12:14:25 -04:00
parent a2222b5259
commit 03963f8099
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,17 @@
[[!comment format=mdwn
username="joey"
subject="""comment 3"""
date="2021-09-27T16:07:35Z"
content="""
Your script contains:
head .git$(cat $2)
How is this using `git-annex diffdriver`? If you were using that,
you would expect `$2` to be the path to the actual location of the annexed
file. So you would not need to cat it, or to append `.git` to it.
Files in the git history can be unlocked, that is a feature that was
introduced in git-annex version 7. See the documentation
<https://git-annex.branchable.com/git-annex-unlock/>
"""]]