diff options
author | 2015-12-11 16:12:42 -0400 | |
---|---|---|
committer | 2015-12-11 16:12:42 -0400 | |
commit | 04dd602ec1270ad00074ebde80ba35510780a657 (patch) | |
tree | 4c861c32087847d729eb7469ce8f80126f6eb192 /doc | |
parent | 12a4ebb4758c65a51a419e42322edfe7fae8f8f9 (diff) |
checked getKeysPresent; it's ok for v6 unlocked files
When a v6 unlocked files is removed from the work tree,
unused doesn't show it. When it gets removed from the index,
unused does show it. This is the same as a locked file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/todo/smudge.mdwn | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn index 5cff8672c..47613774c 100644 --- a/doc/todo/smudge.mdwn +++ b/doc/todo/smudge.mdwn @@ -345,7 +345,6 @@ files to be unlocked, while the indirect upgrades don't touch the files. when pushing changes committed in such a repo. Ideally, should avoid committing implicit unlocks, or should prevent such commits leaking out in pushes. -* getKeysPresent needs to check if object file is modified ---- |