From: Jonas Fonseca Date: Wed, 28 Jan 2009 22:10:45 +0000 (+0100) Subject: TODO: a small commit cache should be employed at some point X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=9201e61aa1c4dcbcd9b65d0d7b113e442348c654;p=tig.git TODO: a small commit cache should be employed at some point --- diff --git a/TODO b/TODO index 1b88728..651b92c 100644 --- 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.