diff options
author | grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f <grawity@web> | 2016-01-15 13:31:37 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2016-01-15 13:31:37 +0000 |
commit | 70e04942c052fbe85b943ec8b62988df7974c1f9 (patch) | |
tree | 73d660641b5076cf3c6c682cfa99d42e017cb949 /doc/tips/unlocked_files | |
parent | d69c18639e9c97e4e6711d38114c401d94956100 (diff) |
Added a comment: usage changes
Diffstat (limited to 'doc/tips/unlocked_files')
-rw-r--r-- | doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment b/doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment new file mode 100644 index 000000000..9a0c6c990 --- /dev/null +++ b/doc/tips/unlocked_files/comment_1_29cef6b8e48e722fafed3fe9b7cefe08._comment @@ -0,0 +1,14 @@ +[[!comment format=mdwn + username="grawity@2ea26be48562f66fcb9b66307da72b1e2e37453f" + nickname="grawity" + subject="usage changes" + date="2016-01-15T13:31:37Z" + content=""" +This sounds interesting. But OTOH I'm curious about upgrades from direct mode (which I assume will soon go away): + +If currently I just use `annex add; annex sync --content` on a media repo, would that change to `git add --all; git commit -m whatever; annex unlock *; annex sync --content`? That is, will v6 require the manual commit step? + +Also, when `annex get` or `annex sync` retrieve files from another repo, will there be an option to have the files unlocked by default, as in v5 direct mode? + +(I'm kinda hoping for `annex init --thin` or something similar to the v5 `annex direct`, as manually setting config options is easy to forget.) +"""]] |