summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6aa9024)
raw | patch | inline | side by side (parent: 6aa9024)
author | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 20 Mar 2008 00:51:41 +0000 (01:51 +0100) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Thu, 20 Mar 2008 11:38:50 +0000 (12:38 +0100) |
TODO | patch | blob | history |
index adf91295accfddbabe7c94bb90b5f900945d13a7..464e1226937420918280294de7bec99c6dd040fb 100644 (file)
--- a/TODO
+++ b/TODO
- 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.
+ - Rewrite revgraph handling to use --parents, which should help to
+ cleanup this messy part of the code.
- Color the revgraph to make it easier to follow branches. Idea by
Dominik Vogt