summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b54dc9f)
raw | patch | inline | side by side (parent: b54dc9f)
author | Miklos Vajna <vmiklos@frugalware.org> | |
Tue, 16 Dec 2008 15:48:12 +0000 (16:48 +0100) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 17 Dec 2008 08:56:36 +0000 (00:56 -0800) |
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 <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
manpage version, just in the HTML one.
Noticed by gonzzor on IRC.
Signed-off-by: Miklos Vajna <vmiklos@frugalware.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-daemon.txt | patch | blob | history |
index f1a570a874ff0ccc2c2ffb6271ac76529506c4cc..36f00aed6798d543b2ee8f7315e447726fa100e5 100644 (file)
--user-path::
--user-path=path::
- Allow ~user notation to be used in requests. When
+ Allow {tilde}user notation to be used in requests. When
specified with no parameter, requests to
- git://host/~alice/foo is taken as a request to access
+ git://host/{tilde}alice/foo is taken as a request to access
'foo' repository in the home directory of user `alice`.
If `--user-path=path` is specified, the same request is
taken as a request to access `path/foo` repository in