Skip to content

Commit 71a5099

Browse files
Guanqun Lugitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]> (cherry picked from commit 0c82939)
1 parent 81d6650 commit 71a5099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/user-manual.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4144,7 +4144,7 @@ commits one by one with the function `get_revision()`.
41444144

41454145
If you are interested in more details of the revision walking process,
41464146
just have a look at the first implementation of `cmd_log()`; call
4147-
`git-show v1.3.0~155^2~4` and scroll down to that function (note that you
4147+
`git-show v1.3.0{tilde}155^2{tilde}4` and scroll down to that function (note that you
41484148
no longer need to call `setup_pager()` directly).
41494149

41504150
Nowadays, `git log` is a builtin, which means that it is _contained_ in the

0 commit comments

Comments
 (0)