Code

Abbreviate author names to initials when author-width < 6
[tig.git] / TODO
diff --git a/TODO b/TODO
index 1b887286f6db2d1562d4dd1b3b9fae7fd07b0e02..374b173a21fea3235a35e0a98f7498816cfaf836 100644 (file)
--- a/TODO
+++ b/TODO
@@ -26,5 +26,6 @@ Features that should be explored.
  - Color the revgraph to make it easier to follow branches. Idea by
    Dominik Vogt.
 
- - 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.