Code

TODO: a small commit cache should be employed at some point
authorJonas Fonseca <fonseca@diku.dk>
Wed, 28 Jan 2009 22:10:45 +0000 (23:10 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Wed, 28 Jan 2009 22:13:46 +0000 (23:13 +0100)
TODO

diff --git a/TODO b/TODO
index 1b887286f6db2d1562d4dd1b3b9fae7fd07b0e02..651b92cecfb803c56f7d9bd5198e861014dbf227 100644 (file)
--- a/TODO
+++ b/TODO
@@ -28,3 +28,7 @@ Features that should be explored.
 
  - Blame view: Allow names in the author column to be abbreviated to
    initials. Will optimize screen usage for the blame view.
+
+ - Commit cache: Many views use commit information and load it into
+   their own custom data structure. Having the information shared would
+   make it easier to do various interesting stuff across the views.