diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-06-12 14:20:21 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-06-12 14:20:21 -0400 |
commit | 3c5d6f80d054d1d8b5383f5fd5c44772c1f281e6 (patch) | |
tree | 88ef587537df63aa661cd7223a55e43e4b7bd664 /doc/design | |
parent | 0ed41becb4c522bae16a0cff26caa36238d2e78a (diff) |
status update
Diffstat (limited to 'doc/design')
-rw-r--r-- | doc/design/caching_database.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/design/caching_database.mdwn b/doc/design/caching_database.mdwn index c61dd4852..a90edc077 100644 --- a/doc/design/caching_database.mdwn +++ b/doc/design/caching_database.mdwn @@ -26,7 +26,7 @@ Store in the database the Ref of the branch that was used to construct it. ## implementation plan 1. Store incremental fsck info in db, on a branch, with sqlite. **done** -2. Make sure that builds on all platforms. +2. Make sure that builds on all platforms, and works reliably. **done** 3. Implement for metadata, on a branch, with sqlite. 4. Add associated file mappings support. This is needed to fully use the caching database to construct views. |