chiark / gitweb /
tg-summary.sh: Mark branches with missing dependencies by '\!'
[topgit.git] / README
diff --git a/README b/README
index 2626c892d031838ba6b91148cdd541b519fec80a..36316fad1155f1da073a47a3b34bada12bbbb1b0 100644 (file)
--- a/README
+++ b/README
@@ -256,6 +256,7 @@ tg summary
        Show overview of all TopGit-tracked topic branches and their
        up-to-date status ('0' marks that it introduces no own changes,
        'D' marks that it is out-of-date wrt. its dependencies,
+       '!' marks that it has missing dependencies (even recursively),
        'B' marks that it is out-of-date wrt. its base).
 
        TODO: Speed up by an order of magnitude
@@ -277,6 +278,8 @@ tg update
 TODO: Some infrastructure for sharing topic branches between
        repositories easily
 TODO: tg depend for adding/removing dependencies smoothly
+TODO: tg tidy for creating a one-commit-per-patch tidied up history
+       (for pulling by upstream)
 
 
 IMPLEMENTATION