X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=TODO;h=adf91295accfddbabe7c94bb90b5f900945d13a7;hb=4b095571068a9231b31d48def1e2102efe84d02a;hp=218ce3dd9963e3c0bea104b6098db36c2c45abfa;hpb=3b0d681fb673dba9402ac3a182e7903b7715712f;p=tig.git 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