зеркало из https://github.com/microsoft/git.git
Fix the wrong output of `git-show v1.3.0~155^2~4` in documentation.
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 0c829391cf
)
This commit is contained in:
Родитель
81d66500c1
Коммит
71a5099b64
|
@ -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,
|
If you are interested in more details of the revision walking process,
|
||||||
just have a look at the first implementation of `cmd_log()`; call
|
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).
|
no longer need to call `setup_pager()` directly).
|
||||||
|
|
||||||
Nowadays, `git log` is a builtin, which means that it is _contained_ in the
|
Nowadays, `git log` is a builtin, which means that it is _contained_ in the
|
||||||
|
|
Загрузка…
Ссылка в новой задаче