comment and retitle

This commit is contained in:
Joey Hess 2022-01-03 13:31:09 -04:00
parent 63b986d6d5
commit 953d2029df
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 13 additions and 0 deletions

View file

@ -24,3 +24,5 @@ Cavet: user won't be able to *intentionally* replace symlinks by plain files on
But on "import" compare its size against followed symlink file size, and then its content.
Don't do anything if they are the same.
Replace symlink by actual file if they differ.
[[!meta title="export then import replaces non-annex symlinks by plain text files"]]

View file

@ -0,0 +1,11 @@
[[!comment format=mdwn
username="joey"
subject="""comment 1"""
date="2022-01-03T17:27:03Z"
content="""
This is not adb specific. No special remotes support preserving symlinks
(except for git-annex object links). Reproduced using a directory special
remote.
Probably export/import should somehow skip symlinks.
"""]]