From: Jonas Fonseca Date: Tue, 5 Feb 2008 11:17:17 +0000 (+0100) Subject: TODO: Mention tig.c splitting and revgraph rewrite X-Git-Url: https://git.tokkee.org/?p=tig.git;a=commitdiff_plain;h=4b095571068a9231b31d48def1e2102efe84d02a TODO: Mention tig.c splitting and revgraph rewrite --- 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