chiark / gitweb /
tg-summary.sh: Add a 0 column denoting branch emptiness
[topgit.git] / README
diff --git a/README b/README
index 848e3d225425fa34a22d5d8a526f06731c4ebd40..79eb99dff7f1cf429c30cdbf67b675c7a6d72653 100644 (file)
--- a/README
+++ b/README
@@ -255,8 +255,9 @@ tg patch
 tg summary
 ~~~~~~~~~~
        Show overview of all TopGit-tracked topic branches and their
-       up-to-date status ('D' marks that it is out-of-date wrt. its
-       dependencies, 'B' marks that it is out-of-date wrt. its base).
+       up-to-date status ('0' marks that it introduces no own changes,
+       'D' marks that it is out-of-date wrt. its dependencies,
+       'B' marks that it is out-of-date wrt. its base).
 
 tg update
 ~~~~~~~~~