Signed-off-by: Bert Wesarg <redacted>
---
README | 15 ++++++---------
1 files changed, 6 insertions(+), 9 deletions(-)
diff --git a/README b/README
index ce0c3a6..2331117 100644 README
--- a/README
+++ b/README
@@ -514,20 +514,17 @@ tg base
~~~~~~~
Prints the base commit of the current topic branch. Silently
exits with exit code 1 if you are not working on a TopGit
- branch. The following command can be useful to get a summary
- of the work you have made on a topic branch:
-
- git log --first-parent --no-merges `tg base`..
-
- (Note: if you have shared the TopGit branch, the above command
- only lists the commits that were made in the current
- repository, so you will not see work done by your
- collaborators.)
+ branch.
tg log
~~~~~~
Prints the git log of the named topgit branch.
+ Note: if you have shared the TopGit branch, this command
+ only lists the commits that where made in the current
+ repository, so you will not see work done by your
+ collaborators.
+
TODO: tg rename
--
tg: (ff59ac7..) bw/log (depends on: master)