core-tutorial.txt: escape asterisk

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Matthias Lederhofer 2006-05-07 19:32:53 +02:00 коммит произвёл Junio C Hamano
Родитель e388c73825
Коммит 245f1029d6
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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.