Changeset d186c30


Ignore:
Timestamp:
01/10/2021 08:12:04 PM (3 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1e72aaad
Parents:
dc905ac
Message:

Minor working change to git server page

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24100 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/gitserver.xml

    rdc905ac rd186c30  
    323323              GIT_BASE_DIR=&lt;dirname&gt;
    324324            </para>
    325             <para>Specify the location of the repository directory
    326               on which the git daemon operates on. Relative pathes
    327               in access to the daemon will translated to be relative
    328               to this directory.
     325            <para>Specify the location of the git repositories.
     326              Relative paths used when accessing the daemon will
     327              translated relative to this directory.
    329328            </para>
    330329          </listitem>
     
    333332              DFT_REPO_DIR=&lt;dirname&gt;
    334333            </para>
    335             <para>The directory is added to the white list of allowed
    336               directories. This variable can hold multible directory
     334            <para>This directory is added to the white list of allowed
     335              directories. This variable can hold multiple directory
    337336              names but is usually set equal to <literal>GIT_BASE_DIR</literal>.
    338337            </para>
     
    342341              GIT_DAEMON_OPTS=&lt;options&gt;
    343342            </para>
    344             <para>In case you have to pass special options to the
    345               <command>git daemon</command> command, they have to be
    346               specified in this setting. One example might be to adjust
    347               the port number where daemon is listening. In this case,
    348               add <literal>--port=&lt;port number&gt;</literal> to this variable.
    349               For more information about which options can be set, take a look
    350               at the output of <command>git daemon --help</command>.
     343            <para>
     344              In case special options to the <command>git daemon</command>
     345              command are needed, they have to be specified in this setting.
     346              One example might be to adjust the port number where daemon is
     347              listening. In this case, add <literal>--port=&lt;port
     348              number&gt;</literal> to this variable.  For more information
     349              about which options can be set, take a look at the output of
     350              <command>git daemon --help</command>.
    351351            </para>
    352352          </listitem>
     
    361361
    362362      <para>
    363         As the basedir is <filename class="directory">/srv/git</filename> by
    364         default (or set to a custom value in the config), <application>git</application>
    365         interprets the incoming path (/project1.git) relative to that base
    366         directory so that the repository in <filename class="directory">/srv/git/project1.git</filename>
    367         is served.
     363        As the base directory is <filename class="directory">/srv/git</filename>
     364        by default (or set to a custom value in the configuration),
     365        <application>git</application> interprets the incoming path
     366        (/project1.git) relative to that base directory so that the repository
     367        in <filename class="directory">/srv/git/project1.git</filename> is
     368        served.
    368369      </para>
    369370     
Note: See TracChangeset for help on using the changeset viewer.