aboutsummaryrefslogtreecommitdiff
path: root/Documentation/core-tutorial.txt
diff options
context:
space:
mode:
authorMatthias Lederhofer <matled@gmx.net>2006-05-07 19:32:53 +0200
committerJunio C Hamano <junkio@cox.net>2006-05-07 13:55:36 -0700
commit245f1029d674b95d63b5faea2269f98d28b3adb2 (patch)
tree6a6f51aebd3b674004d2442cd406ded3cc25d81b /Documentation/core-tutorial.txt
parente388c7382563b7497397c78bc078d0679dc891a8 (diff)
downloadgit-245f1029d674b95d63b5faea2269f98d28b3adb2.tar.gz
git-245f1029d674b95d63b5faea2269f98d28b3adb2.tar.xz
core-tutorial.txt: escape asterisk
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/core-tutorial.txt')
-rw-r--r--Documentation/core-tutorial.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-tutorial.txt b/Documentation/core-tutorial.txt
index 4211c8197..d1360ecde 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.