GNU bug report logs -
#42214
[PATCH] doc: Fix texinfo identifiers in Version Control Services.
Previous Next
Reported by: Arun Isaac <arunisaac <at> systemreboot.net>
Date: Sun, 5 Jul 2020 08:53:01 UTC
Severity: normal
Tags: patch
Done: Arun Isaac <arunisaac <at> systemreboot.net>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 42214 <at> debbugs.gnu.org (full text, mbox):
Hello,
Arun Isaac <arunisaac <at> systemreboot.net> writes:
> * doc/guix.texi (Version Control Services): Use @code, @file, @indicateurl
> texinfo identifiers correctly.
Thank you. Some nit-picking follows.
> +If you run git daemon with @code{(base-path "/srv/git")} on example.com,
Git daemon
or
@command{git daemon}
and
@samp{example.com}
> +specified with empty string, requests to
> +@indicateurl{git://host/~alice/foo} is taken as a request to access
> +@code{foo} repository in the home directory of user @code{alice}. If
> +@code{(user-path "path")} is specified, the same request is taken as a
Maybe
@code{(user-path "@var{path}")}
> +request to access @file{path/foo} repository in the home directory of
and then @samp{@var{path}/foo}
> +Path prefix for Git access. With the default @file{/git/} prefix, this
@samp{/git/}
> +will map @indicateurl{http://@var{server}/git/@var{repo}.git} to
> +@file{/srv/git/@var{repo}.git}. Requests whose URI paths do not begin
In any case, it looks good.
Regards,
--
Nicolas Goaziou
This bug report was last modified 5 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.