mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Still more tweaks
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24095 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
52b4797095
commit
d6de80bdc3
@ -233,7 +233,7 @@ git push</userinput></screen>
|
|||||||
The setup described above makes a repository available for
|
The setup described above makes a repository available for
|
||||||
authenticated users (via providing the ssh public key file).
|
authenticated users (via providing the ssh public key file).
|
||||||
There is also a simple way to publish the
|
There is also a simple way to publish the
|
||||||
repository to unauthenticated users - of course without write
|
repository to unauthenticated users — of course without write
|
||||||
access.
|
access.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
@ -344,10 +344,10 @@ GIT_DAEMON_OPTS=""
|
|||||||
</para>
|
</para>
|
||||||
<para>In case you have to pass special options to the
|
<para>In case you have to pass special options to the
|
||||||
<command>git daemon</command> command, they have to be
|
<command>git daemon</command> command, they have to be
|
||||||
specified in this setting. On example might be to adjust
|
specified in this setting. One example might be to adjust
|
||||||
the port number the daemon is listening on. In this case,
|
the port number where daemon is listening. In this case,
|
||||||
add <literal>--port=XYZ</literal> to this variable.
|
add <literal>--port=<port number></literal> to this variable.
|
||||||
For more information which options can be set, take a look
|
For more information about which options can be set, take a look
|
||||||
at the output of <command>git daemon --help</command>.
|
at the output of <command>git daemon --help</command>.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
Loading…
Reference in New Issue
Block a user