Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.
author
Guanqun Lu
<guanqun.lu@gmail.com>
Mon, 24 Mar 2008 07:27:28 +0000
(15:27 +0800)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 26 Mar 2008 07:09:17 +0000
(
00:09
-0700)
Texts between ~ and ~ will be subscripted during the asciidoc translation.
Signed-off-by: Guanqun Lu <Guanqun.Lu@Gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
(cherry picked from commit
0c829391cfcdc57172765322575804a7ad5f3116
)
Documentation/user-manual.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
81d6650
)
diff --git
a/Documentation/user-manual.txt
b/Documentation/user-manual.txt
index 40b0de08772e2b677f3ef7bc716bda15cb2be807..565aeb98047573bd29cfa0c53aa460c2b7be543c 100644
(file)
--- 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