From 4b095571068a9231b31d48def1e2102efe84d02a Mon Sep 17 00:00:00 2001 From: Jonas Fonseca Date: Tue, 5 Feb 2008 12:17:17 +0100 Subject: [PATCH] TODO: Mention tig.c splitting and revgraph rewrite --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TODO b/TODO index 218ce3d..adf9129 100644 --- a/TODO +++ b/TODO @@ -21,3 +21,13 @@ Features that should be explored. - Use non-blocking I/O + select() for incremental loading of view input. (debian bug #427093) + + - 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. + + - Color the revgraph to make it easier to follow branches. Idea by + Dominik Vogt -- 2.32.0.93.g670b81a890