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

This commit is contained in:
Joey Hess 2019-10-11 16:09:06 -04:00
commit ddcc57bd9a
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 22 additions and 0 deletions

View file

@ -0,0 +1,12 @@
[[!comment format=mdwn
username="Ilya_Shlyakhter"
avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
subject="preventing inadvertently adding annexed files in unlocked form"
date="2019-10-11T16:38:07Z"
content="""
> It is not possible for git add to add files in locked form. git's interface simply does not allow that.
Makes sense. Then, [[separate annex.largefiles.git-add and annex.largefiles.git-annex-add settings]] seems like the way to prevent inadvertently adding files to annex in unlocked form.
Related: [[todo/auto-lock_files_after_one_edit]]
"""]]

View file

@ -0,0 +1,10 @@
[[!comment format=mdwn
username="Ilya_Shlyakhter"
avatar="http://cdn.libravatar.org/avatar/1647044369aa7747829c38b9dcc84df0"
subject="comment 2"
date="2019-10-11T16:23:08Z"
content="""
>You would probably also want to run git annex fsck --fast so that any annexed content in the repo gets recorded as being present in the new uuid
This takes very long on my repo, even with `--fast`. Maybe, there's a way to make a fast dedicated command for this scenario? Or, a version of [[sameas|todo/support_multiple_special_remotes_with_same_uuid/]] which represents the fact that all presence info in this repo *up to this timestamp* is same as in old repo, but from that point on this repo is separate?
"""]]