git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH] Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.
  2008-03-24  7:27 [PATCH] Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation Guanqun Lu
@ 2008-03-23 19:03 ` Junio C Hamano
  0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2008-03-23 19:03 UTC (permalink / raw)
  To: Guanqun Lu; +Cc: git

Thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [PATCH] Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.
@ 2008-03-24  7:27 Guanqun Lu
  2008-03-23 19:03 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Guanqun Lu @ 2008-03-24  7:27 UTC (permalink / raw)
  To: git; +Cc: Guanqun Lu

Texts between ~ and ~ will be subscripted during the asciidoc translation.

Signed-off-by: Guanqun Lu <Guanqun.Lu@Gmail.com>
---
 Documentation/user-manual.txt |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt
index 40b0de0..565aeb9 100644
--- a/Documentation/user-manual.txt
+++ b/Documentation/user-manual.txt
@@ -4144,7 +4144,7 @@ commits one by one with the function `get_revision()`.
 
 If you are interested in more details of the revision walking process,
 just have a look at the first implementation of `cmd_log()`; call
-`git-show v1.3.0~155^2~4` and scroll down to that function (note that you
+`git-show v1.3.0{tilde}155^2{tilde}4` and scroll down to that function (note that you
 no longer need to call `setup_pager()` directly).
 
 Nowadays, `git log` is a builtin, which means that it is _contained_ in the
-- 
1.5.4.GIT

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-03-23 19:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-24  7:27 [PATCH] Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation Guanqun Lu
2008-03-23 19:03 ` Junio C Hamano

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