This commit is contained in:
Joey Hess 2023-04-17 13:39:34 -04:00
parent 2aba119161
commit fdd1f177b0
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,16 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2023-04-17T17:37:45Z"
content="""
Take a look at `git diff --cached bigfile2` and you will see that what has
been checked into git is a git-annex key.
This is an unlocked annexed file, which is like a locked annexed file but
is represented in git differently.
`git add` adds files locked because the interface that git-annex is using
to hook into it does not let it stage a symlink into git.
You can `git-annex lock bigfile2` to convert it to a symlink.
"""]]