This commit is contained in:
Joey Hess 2020-06-11 14:12:16 -04:00
parent e15ab727eb
commit d711dc31fa
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,15 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2020-06-11T18:05:55Z"
content="""
I think you should simply `git annex adjust --unlock` in that repository.
Get rid of the symlinks from it, and the case sensitivity issues will, I
hope, not matter. This is the same thing git-annex automatically does when
initializating a repo on a crippled filesystem.
The other way would be to set annex.tune.objecthashlower=true, see
[[tuning]], but that can only be done when setting up a new repository,
since it makes the lower-case hash be used everywhere. (Which is what I'd do
if I had a time machine.)
"""]]