aboutsummaryrefslogtreecommitdiff
path: root/doc/todo
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-11 10:42:18 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-11 10:42:18 -0400
commitd769454704555d7e969754de22e32fd7ed738aaa (patch)
treedddb324eee4df842b731e43047dc70b6190ba4e5 /doc/todo
parent9e0360d0343575a03dce9f90e7d72c0c56deed1a (diff)
wip
Diffstat (limited to 'doc/todo')
-rw-r--r--doc/todo/smudge.mdwn5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn
index 72e062ff4..cbe7a50d6 100644
--- a/doc/todo/smudge.mdwn
+++ b/doc/todo/smudge.mdwn
@@ -233,9 +233,8 @@ git annex lock/unlock:
transition repositories to using pointers, and a cleaner unlock/lock
for repos using symlinks.
- unlock will stage a pointer file, and will copy the content of the object
- out of .git/annex/objects to the work tree file. (Might want a --hardlink
- switch.)
+ unlock will stage a pointer file, and will link the content of the object
+ from .git/annex/objects to the work tree file.
lock will replace the current work tree file with the symlink, and stage it.
Note that multiple work tree files could point to the same object.