summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ac8d7a3)
raw | patch | inline | side by side (parent: ac8d7a3)
author | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 28 Jan 2009 22:10:45 +0000 (23:10 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Wed, 28 Jan 2009 22:13:46 +0000 (23:13 +0100) |
TODO | patch | blob | history |
index 1b887286f6db2d1562d4dd1b3b9fae7fd07b0e02..651b92cecfb803c56f7d9bd5198e861014dbf227 100644 (file)
--- a/TODO
+++ b/TODO
- 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.