From: Jonas Fonseca Date: Thu, 20 Mar 2008 00:51:41 +0000 (+0100) Subject: TODO: --boundary flag is already used X-Git-Url: https://git.tokkee.org/?p=tig.git;a=commitdiff_plain;h=23222036303a7c36afcd008a02bc80299ea9932c TODO: --boundary flag is already used --- diff --git a/TODO b/TODO index adf9129..464e122 100644 --- a/TODO +++ b/TODO @@ -24,10 +24,8 @@ Features that should be explored. - Split sources of tig.c into multiple files. - - Rewrite revgraph handling to use --parents and --boundary. The former - should help to cleanup this messy part of the code, while the latter - is nice for general repository inspection when revision limiters are - used. + - Rewrite revgraph handling to use --parents, which should help to + cleanup this messy part of the code. - Color the revgraph to make it easier to follow branches. Idea by Dominik Vogt