TODO: Add an item about commit objets

This commit is contained in:
Colin Walters 2013-07-23 14:42:07 -04:00
parent 3d7bff2d41
commit 1feac1b787

7
TODO
View File

@ -1,5 +1,12 @@
* Documentation
* Rethink commit objects
- Drop the a{sv} per https://bugzilla.gnome.org/show_bug.cgi?id=673012
- Do we need freeform subject/body? Or should it just be a generic
key-value store?
- Optional non-object metadata; e.g., "detached" GPG signatures which
are in the same file (to avoid double HTTP requests)
* Hybrid SSL pull (fetch refs over SSL, content via plain HTTP)
* ostree-commit: multithreaded/async (basically compute sha256 in parallel)