Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
core-tutorial.txt: escape asterisk
author
Matthias Lederhofer
<matled@gmx.net>
Sun, 7 May 2006 17:32:53 +0000
(19:32 +0200)
committer
Junio C Hamano
<junkio@cox.net>
Sun, 7 May 2006 20:55:36 +0000
(13:55 -0700)
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/core-tutorial.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
e388c73
)
diff --git
a/Documentation/core-tutorial.txt
b/Documentation/core-tutorial.txt
index 4211c8197243146e9c92653edd00796e13b98003..d1360ecde2b8ecafc5072a83d8a4be233549bee4 100644
(file)
--- 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
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.
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.