doc: Fix typos.
* doc/guix.texi (Version Control Services): Fix typos & edit surrounding text.
This commit is contained in:
parent
2d1d59ab57
commit
940511257c
|
@ -22723,10 +22723,10 @@ Extra options will be passed to @code{git daemon}, please run
|
||||||
@end deftp
|
@end deftp
|
||||||
|
|
||||||
The @code{git://} protocol lacks authentication. When you pull from a
|
The @code{git://} protocol lacks authentication. When you pull from a
|
||||||
repository fetched via @code{git://}, you don't know that the data you
|
repository fetched via @code{git://}, you don't know whether the data you
|
||||||
receive was modified is really coming from the specified host, and you
|
receive was modified or is even coming from the specified host, and your
|
||||||
have your connection is subject to eavesdropping. It's better to use an
|
connection is subject to eavesdropping. It's better to use an authenticated
|
||||||
authenticated and encrypted transport, such as @code{https}. Although Git allows you
|
and encrypted transport, such as @code{https}. Although Git allows you
|
||||||
to serve repositories using unsophisticated file-based web servers,
|
to serve repositories using unsophisticated file-based web servers,
|
||||||
there is a faster protocol implemented by the @code{git-http-backend}
|
there is a faster protocol implemented by the @code{git-http-backend}
|
||||||
program. This program is the back-end of a proper Git web service. It
|
program. This program is the back-end of a proper Git web service. It
|
||||||
|
|
Loading…
Reference in New Issue