Merge branch 'master' of ssh://git-annex.branchable.com

This commit is contained in:
Joey Hess 2021-06-15 09:47:30 -04:00
commit 895a4750ba
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -0,0 +1,7 @@
I am syncing two repos A and B. Will the following operations cause data loss:
1. File 1 is locked in repo A, and its symlink target is edited without unlocking file 1.
2. File 1 is unlocked and editted in repo B, followed by a git-annex add operation.
3. Repo A and B are synced with git-annex sync --content
Will the editing in step 1 be lost? If so, can you please do a git fsck on the file to be overwritten to at lease give a warning.
I am using emacs su-mode, until recently have I found that su-mode let me edit the symlink target without unlocking.