Skip to content

Commit 4fce51c

Browse files
Miklos Vajnagitster
authored andcommitted
git-daemon documentation: use {tilde}
Use '{tilde}' instead of '~', becase the later does not appear in the manpage version, just in the HTML one. Noticed by gonzzor on IRC. Signed-off-by: Miklos Vajna <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b54dc9f commit 4fce51c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-daemon.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ OPTIONS
110110

111111
--user-path::
112112
--user-path=path::
113-
Allow ~user notation to be used in requests. When
113+
Allow {tilde}user notation to be used in requests. When
114114
specified with no parameter, requests to
115-
git://host/~alice/foo is taken as a request to access
115+
git://host/{tilde}alice/foo is taken as a request to access
116116
'foo' repository in the home directory of user `alice`.
117117
If `--user-path=path` is specified, the same request is
118118
taken as a request to access `path/foo` repository in

0 commit comments

Comments
 (0)