Commit Diff


commit - 8e88f7f0bdae8b2a889127fe0f0ca963cf4cf94e
commit + e1fe8f85b8302a8205458f4cc4b423d07bfa2f36
blob - b5b4c9b82e5fff5e0754b32bd2e074baa7ff8c76
blob + d9a5c15aa43b4400a598d2c4db29baf6e0aaa5ff
--- TODO
+++ TODO
@@ -15,6 +15,11 @@ libexec:
 
 tog:
 - implement 'limit' for 'tog log' (like search but display matched commits only)
+- make 'tog log' respond to key presses while 'loading...' history; loading
+  can be slow for paths in a deep history if the path has not been changed
+  very often, and 'tog log' blocks far too long in this case
+- make it possible to view the contents of tag objects
+- verify signed tag objects
 
 gotweb:
 - tracey has a gotwebd thingy in progress somewhere