Merge branch 'master' of ssh://git-annex.branchable.com
This commit is contained in:
commit
ddcc57bd9a
2 changed files with 22 additions and 0 deletions
|
@ -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]]
|
||||
"""]]
|
|
@ -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?
|
||||
"""]]
|
Loading…
Reference in a new issue