Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r88fdf09 rae88b12  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "0990ff97af1511be0d9f0d3223dd4359">
    12 
    13   <!ENTITY git-size          "6.2 MB">
     11  <!ENTITY git-md5sum        "2457ee7e198bb949fecb0af94f7361a3">
     12  <!ENTITY git-size          "6.0 MB">
    1413  <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
    1514  <!-- but people keep forgetting that an install not only needs the nett build
    1615       space, it also needs the install space (or DESTDIR) -->
    17   <!ENTITY git-buildsize     "332 MB (with downloaded documentation, add 16 MB to build documentation)">
     16  <!ENTITY git-buildsize     "365 MB (with downloaded documentation, 135 MB installed)">
    1817  <!-- With 2.23.0, there was a large increase in time for tests. Possibly disk related? -->
    1918  <!-- Confirmed that it is disk related.-->
    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)">
     19  <!ENTITY git-time          "0.3 SBU (with parallelism=4; add 4.1 SBU for tests with parallelism=4)">
    2120]>
    2221
     
    2524
    2625  <sect1info>
     26    <othername>$LastChangedBy$</othername>
    2727    <date>$Date$</date>
    2828  </sect1info>
     
    5252    </para>
    5353
    54     &lfs110a_checked;
     54    &lfs10_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),
    125120      <xref linkend="pcre2"/> (<emphasis>or</emphasis> the deprecated <xref
    126121      role="nodep" linkend="pcre"/>), in either case configured with
    127122      <literal>--enable-jit</literal>,
    128       <xref role="runtime" linkend="subversion"/> with Perl bindings
    129          (runtime, for <command>git svn</command>),
     123      <xref linkend="subversion"/> with Perl bindings (for <command>git
     124         svn</command>),
    130125      <xref role="runtime" linkend="tk"/>
    131126      (gitk, a simple <application>Git</application>
    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>)
     127      repository viewer, uses <application>Tk</application> at runtime), and
     128      <xref linkend="valgrind"/>
    137129    </para>
    138130
     
    141133    <para role="optional">
    142134      <xref linkend="xmlto"/> and
    143       <xref linkend="asciidoc"/>
    144       <!-- or xref linkend="asciidoctor", doesn't work now because it needs docbook-xsl-ns -->,
    145       and also
     135      <xref linkend="asciidoc"/> or
     136      <ulink url="http://asciidoctor.org/">AsciiDoctor</ulink>, and also
    146137      <ulink url="http://dblatex.sourceforge.net/">dblatex</ulink>
    147138      (for the PDF version of the user manual), and
     
    280271
    281272    <para>
    282       <parameter>--with-python=python3</parameter>: Use this switch to use
     273      <option>--with-python=python3</option>: Use this switch to use
    283274      <application>Python 3</application>, instead of the EOL'ed
    284275      <application>Python 2</application>. Python is used for the
     
    379370        <listitem>
    380371          <para>
    381             is the stupid content tracker
     372            is the stupid content tracker.
    382373          </para>
    383374          <indexterm zone="git git-prog">
     
    391382        <listitem>
    392383          <para>
    393             is a CVS server emulator for <application>Git</application>
     384            is a CVS server emulator for <application>Git</application>.
    394385          </para>
    395386          <indexterm zone="git git-cvsserver">
     
    404395          <para>
    405396            is a graphical <application>Git</application> repository browser
    406             (needs <xref linkend="tk"/>)
     397            (needs <xref linkend="tk"/>).
    407398          </para>
    408399          <indexterm zone="git gitk">
     
    417408          <para>
    418409            is invoked by <command>git send-pack</command> and updates the
    419             repository with the information fed from the remote end
     410            repository with the information fed from the remote end.
    420411          </para>
    421412          <indexterm zone="git git-receive-pack">
     
    430421          <para>
    431422            is a login shell for SSH accounts to provide restricted Git
    432             access
     423            access.
    433424          </para>
    434425          <indexterm zone="git git-shell">
     
    443434          <para>
    444435            is invoked by <command>git archive --remote</command> and sends
    445             a generated archive to the other end over the git protocol
     436            a generated archive to the other end over the git protocol.
    446437          </para>
    447438          <indexterm zone="git git-upload-archive">
     
    457448            is invoked by <command>git fetch-pack</command>, it discovers
    458449            what objects the other side is missing, and sends them after
    459             packing
     450            packing.
    460451          </para>
    461452          <indexterm zone="git git-upload-pack">
Note: See TracChangeset for help on using the changeset viewer.