From: Jonas Fonseca Date: Mon, 15 Sep 2008 19:26:04 +0000 (+0200) Subject: TODO: support for jumping to parents' blame in the blame view X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=1a797acc0ddd03eac0efb947becc9200a4162d38;p=tig.git TODO: support for jumping to parents' blame in the blame view --- diff --git a/TODO b/TODO index 919734a..37b926a 100644 --- a/TODO +++ b/TODO @@ -27,7 +27,10 @@ Features that should be explored. - Rewrite revgraph handling. - Color the revgraph to make it easier to follow branches. Idea by - Dominik Vogt + Dominik Vogt. - - Allow names in the author column to be abbreviated to initials. - Will optimize screen usage for the blame view. + - Blame view: Allow names in the author column to be abbreviated to + initials. Will optimize screen usage for the blame view. + + - Blame view: make it possible to jump/load blame for parents. Idea by + Jeff King.