X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-daemon.txt;h=36f00aed6798d543b2ee8f7315e447726fa100e5;hb=72e3c32bef0574ec6febc5e815b0467f892ef7e2;hp=f1a570a874ff0ccc2c2ffb6271ac76529506c4cc;hpb=59d8cb49fd969913820fa23d569acc23eeabc4b4;p=git.git diff --git a/Documentation/git-daemon.txt b/Documentation/git-daemon.txt index f1a570a87..36f00aed6 100644 --- a/Documentation/git-daemon.txt +++ b/Documentation/git-daemon.txt @@ -110,9 +110,9 @@ OPTIONS --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