Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rae88b12 r88fdf09  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "2457ee7e198bb949fecb0af94f7361a3">
    12   <!ENTITY git-size          "6.0 MB">
     11  <!ENTITY git-md5sum        "0990ff97af1511be0d9f0d3223dd4359">
     12
     13  <!ENTITY git-size          "6.2 MB">
    1314  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
    1415  <!-- but people keep forgetting that an install not only needs the nett build
    1516       space, it also needs the install space (or DESTDIR) -->
    16   <!ENTITY git-buildsize     "365 MB (with downloaded documentation, 135 MB installed)">
     17  <!ENTITY git-buildsize     "332 MB (with downloaded documentation, add 16 MB to build documentation)">
    1718  <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
    1819  <!-- Confirmed that it is disk related.-->
    19   <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 4.1 SBU for tests with parallelism=4)">
     20  <!ENTITY git-time          "0.4 SBU (with parallelism=4; add 0.4 SBU for building documentation and 2.1 SBU for tests, both with parallelism=4)">
    2021]>
    2122
     
    2425
    2526  <sect1info>
    26     <othername>$LastChangedBy$</othername>
    2727    <date>$Date$</date>
    2828  </sect1info>
     
    5252    </para>
    5353
    54     &lfs10_checked;
     54    &lfs110a_checked;
    5555
    5656    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    118118    <bridgehead renderas="sect4">Optional</bridgehead>
    119119    <para role="optional">
     120      <xref role="runtime" linkend="gnupg2"/> (runtime, may be used to sign
     121      <application>Git</application> commits or tags, or verify the signatures
     122      of them),
     123      <xref role="runtime" linkend="openssh"/> (runtime, needed to use
     124      <application>Git</application> over ssh),
    120125      <xref linkend="pcre2"/> (<emphasis>or</emphasis> the deprecated <xref
    121126      role="nodep" linkend="pcre"/>), in either case configured with
    122127      <literal>--enable-jit</literal>,
    123       <xref linkend="subversion"/> with Perl bindings (for <command>git
    124          svn</command>),
     128      <xref role="runtime" linkend="subversion"/> with Perl bindings
     129         (runtime, for <command>git svn</command>),
    125130      <xref role="runtime" linkend="tk"/>
    126131      (gitk, a simple <application>Git</application>
    127       repository viewer, uses <application>Tk</application> at runtime), and
    128       <xref linkend="valgrind"/>
     132      repository viewer, uses <application>Tk</application> at runtime),
     133      <xref linkend="valgrind"/>,
     134      <ulink url="https://metacpan.org/pod/Authen::SASL">Authen::SASL</ulink> and
     135      <ulink url="https://metacpan.org/pod/MIME::Base64">MIME::Base64</ulink>
     136      (both runtime, for <command>git send-email</command>)
    129137    </para>
    130138
     
    133141    <para role="optional">
    134142      <xref linkend="xmlto"/> and
    135       <xref linkend="asciidoc"/> or
    136       <ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>, and also
     143      <xref linkend="asciidoc"/>
     144      <!-- or xref linkend="asciidoctor", doesn't work now because it needs docbook-xsl-ns -->,
     145      and also
    137146      <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>
    138147      (for the PDF version of the user manual), and
     
    271280
    272281    <para>
    273       <option>--with-python=python3</option>: Use this switch to use
     282      <parameter>--with-python=python3</parameter>: Use this switch to use
    274283      <application>Python 3</application>, instead of the EOL'ed
    275284      <application>Python 2</application>. Python is used for the
     
    370379        <listitem>
    371380          <para>
    372             is the stupid content tracker.
     381            is the stupid content tracker
    373382          </para>
    374383          <indexterm zone="git git-prog">
     
    382391        <listitem>
    383392          <para>
    384             is a CVS server emulator for <application>Git</application>.
     393            is a CVS server emulator for <application>Git</application>
    385394          </para>
    386395          <indexterm zone="git git-cvsserver">
     
    395404          <para>
    396405            is a graphical <application>Git</application> repository browser
    397             (needs <xref linkend="tk"/>).
     406            (needs <xref linkend="tk"/>)
    398407          </para>
    399408          <indexterm zone="git gitk">
     
    408417          <para>
    409418            is invoked by <command>git send-pack</command> and updates the
    410             repository with the information fed from the remote end.
     419            repository with the information fed from the remote end
    411420          </para>
    412421          <indexterm zone="git git-receive-pack">
     
    421430          <para>
    422431            is a login shell for SSH accounts to provide restricted Git
    423             access.
     432            access
    424433          </para>
    425434          <indexterm zone="git git-shell">
     
    434443          <para>
    435444            is invoked by <command>git archive --remote</command> and sends
    436             a generated archive to the other end over the git protocol.
     445            a generated archive to the other end over the git protocol
    437446          </para>
    438447          <indexterm zone="git git-upload-archive">
     
    448457            is invoked by <command>git fetch-pack</command>, it discovers
    449458            what objects the other side is missing, and sends them after
    450             packing.
     459            packing
    451460          </para>
    452461          <indexterm zone="git git-upload-pack">
Note: See TracChangeset for help on using the changeset viewer.