Code

TODO: Mention tig.c splitting and revgraph rewrite
authorJonas Fonseca <fonseca@diku.dk>
Tue, 5 Feb 2008 11:17:17 +0000 (12:17 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Tue, 5 Feb 2008 11:27:33 +0000 (12:27 +0100)
TODO

diff --git a/TODO b/TODO
index 218ce3dd9963e3c0bea104b6098db36c2c45abfa..adf91295accfddbabe7c94bb90b5f900945d13a7 100644 (file)
--- 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