From: Theodore Tso <tytso@mit.edu>
To: Junio C Hamano <junkio@cox.net>
Cc: git@vger.kernel.org
Subject: [PATCH] Fix git-show man page formatting in the EXAMPLES section
Date: Tue, 27 Feb 2007 10:43:28 -0500 [thread overview]
Message-ID: <20070227154328.GB8228@thunk.org> (raw)
In-Reply-To: <Pine.LNX.4.63.0702271356040.22628@wbgn013.biozentrum.uni-wuerzburg.de>
Fix asciidoc markup so that the man page is properly formatted in the
EXAMPLES section.
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
Documentation/git-show.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt
index f56f164..5a219ab 100644
--- a/Documentation/git-show.txt
+++ b/Documentation/git-show.txt
@@ -48,15 +48,15 @@ git show v1.0.0::
Shows the tag `v1.0.0`, along with the object the tags
points at.
-git show v1.0.0^{tree}::
+git show v1.0.0^\{tree\}::
Shows the tree pointed to by the tag `v1.0.0`.
-git show next~10:Documentation/README
+git show next~10:Documentation/README::
Shows the contents of the file `Documentation/README` as
they were current in the 10th last commit of the branch
`next`.
-git show master:Makefile master:t/Makefile
+git show master:Makefile master:t/Makefile::
Concatenates the contents of said Makefiles in the head
of the branch `master`.
--
1.5.0.1.74.g2470
next prev parent reply other threads:[~2007-02-27 18:38 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-27 12:34 How do get a specific version of a particular file? Theodore Ts'o
2007-02-27 12:43 ` Christian MICHON
2007-02-27 12:44 ` Peter Baumann
2007-02-27 12:49 ` Alex Riesen
2007-02-27 12:53 ` Alex Riesen
2007-02-27 12:57 ` Johannes Schindelin
2007-02-27 15:42 ` Theodore Tso
2007-02-27 19:55 ` Johannes Schindelin
2007-02-27 22:39 ` Theodore Tso
2007-02-27 23:25 ` Randal L. Schwartz
2007-02-27 23:35 ` Junio C Hamano
2007-02-28 0:22 ` Linus Torvalds
2007-02-28 0:31 ` Junio C Hamano
2007-02-28 0:39 ` Johannes Schindelin
2007-02-28 0:54 ` Linus Torvalds
2007-02-28 1:11 ` Nicolas Pitre
2007-02-28 1:24 ` Linus Torvalds
2007-02-28 1:48 ` Nicolas Pitre
2007-02-28 2:32 ` Theodore Tso
2007-02-28 2:45 ` Junio C Hamano
2007-02-28 3:03 ` Theodore Tso
2007-02-28 4:33 ` Junio C Hamano
2007-02-28 1:04 ` Nicolas Pitre
2007-02-28 0:01 ` Johannes Schindelin
2007-02-28 0:30 ` Linus Torvalds
2007-02-28 0:33 ` Junio C Hamano
2007-02-28 0:36 ` Johannes Schindelin
2007-02-27 15:43 ` Theodore Tso [this message]
2007-02-27 16:38 ` Linus Torvalds
2007-02-27 17:14 ` Bill Lear
2007-02-27 19:09 ` Theodore Tso
2007-02-27 19:33 ` Linus Torvalds
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20070227154328.GB8228@thunk.org \
--to=tytso@mit.edu \
--cc=git@vger.kernel.org \
--cc=junkio@cox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).