summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 3b0d681)
raw | patch | inline | side by side (parent: 3b0d681)
author | Jonas Fonseca <fonseca@diku.dk> | |
Tue, 5 Feb 2008 11:17:17 +0000 (12:17 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Tue, 5 Feb 2008 11:27:33 +0000 (12:27 +0100) |
TODO | patch | blob | history |
index 218ce3dd9963e3c0bea104b6098db36c2c45abfa..adf91295accfddbabe7c94bb90b5f900945d13a7 100644 (file)
--- a/TODO
+++ b/TODO
- 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