summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-12-26 15:13:05 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-12-26 15:13:05 -0400
commitf9d181cf74d85a44aae0262e175dc237a20ae078 (patch)
tree42134304d2aff05129305136c759437321575849 /doc
parent41633f298bf293ae6786f3673910571c46951cca (diff)
update
Diffstat (limited to 'doc')
-rw-r--r--doc/todo/smudge.mdwn2
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/todo/smudge.mdwn b/doc/todo/smudge.mdwn
index a62e19f68..c6f10f8c3 100644
--- a/doc/todo/smudge.mdwn
+++ b/doc/todo/smudge.mdwn
@@ -354,8 +354,6 @@ files to be unlocked, while the indirect upgrades don't touch the files.
(May need to use libgit2 to do this, cannot find
any plumbing except git-update-index, which is very inneficient for
smudged files.)
-* Audit code for all uses of isDirect. These places almost always need
- adjusting to support v6, if they haven't already.
* Optimisation: See if the database schema can be improved to speed things
up. Are there enough indexes? getAssociatedKey in particular does a
reverse lookup and might benefit from an index.