X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=inline;f=Documentation%2Fcore-tutorial.txt;h=d1360ecde2b8ecafc5072a83d8a4be233549bee4;hb=3adac0afe2f27aead02ed5dcf918e42e2172c3a4;hp=4211c8197243146e9c92653edd00796e13b98003;hpb=3d990f110c2e5b8df83f6ab3ef83497f43c7fd47;p=git.git diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt index 4211c819..d1360ecd 100644 --- a/Documentation/core-tutorial.txt +++ b/Documentation/core-tutorial.txt @@ -971,7 +971,7 @@ $ git show-branch --topo-order master mybranch The first two lines indicate that it is showing the two branches and the first line of the commit log message from their top-of-the-tree commits, you are currently on `master` branch -(notice the asterisk `*` character), and the first column for +(notice the asterisk `\*` character), and the first column for the later output lines is used to show commits contained in the `master` branch, and the second column for the `mybranch` branch. Three commits are shown along with their log messages.