summaryrefslogtreecommitdiffstats
path: root/user-manual.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-03-25 09:11:02 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-03-25 09:11:02 +0000
commita14a4031ea339f7f644448239c46721a30c47b9e (patch)
treef329b654c3d27427026ba54aa186cfcfcaa5e8a5 /user-manual.txt
parent25c0b703a31f4df8059a9f6c8a081d6a89ba22d9 (diff)
downloadgit-htmldocs-a14a4031ea339f7f644448239c46721a30c47b9e.tar.gz
Autogenerated HTML docs for v1.5.5-rc1-6-g5cc8f
Diffstat (limited to 'user-manual.txt')
-rw-r--r--user-manual.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/user-manual.txt b/user-manual.txt
index 40b0de087..565aeb980 100644
--- a/user-manual.txt
+++ b/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