diff options
author | mildred <mildred@web> | 2013-07-08 13:27:22 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2013-07-08 13:27:22 +0000 |
commit | 068094dcbde1b0e307a17138431b43b3d467f31a (patch) | |
tree | 130e823b9c4fa8f7ea9df05b9996cc233a126bc1 /doc/direct_mode | |
parent | de82d612e35d7454dca7967a0fdb2728399b9d14 (diff) |
Added a comment: What happens to object database in direct mode?
Diffstat (limited to 'doc/direct_mode')
-rw-r--r-- | doc/direct_mode/comment_5_42363bf0367f935b3eee8ad3d2eaf5cf._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/direct_mode/comment_5_42363bf0367f935b3eee8ad3d2eaf5cf._comment b/doc/direct_mode/comment_5_42363bf0367f935b3eee8ad3d2eaf5cf._comment new file mode 100644 index 000000000..d4e2962a6 --- /dev/null +++ b/doc/direct_mode/comment_5_42363bf0367f935b3eee8ad3d2eaf5cf._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="mildred" + ip="2a01:e35:2f7b:8350:225:22ff:fe40:fdfc" + subject="What happens to object database in direct mode?" + date="2013-07-08T13:27:21Z" + content=""" +What happens to the object database (`.git/annex/objects`) when going to direct mode? Are the objects deleted, moved to another location, kept? + +If the objects are kept, does it means that the file on the repository in direct mode is duplicated in the object database? If so, would it be relevant to use `cp --reflink=auto` to populate the working directory to enable copy on write on filesystems that supports it? +"""]] |