Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    rc86d663 r036de713  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  " ">
    11   <!ENTITY git-md5sum        "f442dade3c73ea39473f6700b3e04dcd">
    12 
    13   <!ENTITY git-size          "6.3 MB">
    14   <!-- using gcc-8.1 the build and install are much bigger than with gcc-7.3 -->
    15   <!-- but people keep forgetting that an install not only needs the nett build
     11  <!ENTITY git-md5sum        "acb276725658b8f1e6cec535a3f67737">
     12
     13  <!ENTITY git-size          "6.8 MB">
     14  <!-- but people keep forgetting that an install not only needs the net build
    1615       space, it also needs the install space (or DESTDIR) -->
    17   <!ENTITY git-buildsize     "219 MB (with downloaded documentation, add 16 MB to build documentation)">
     16  <!ENTITY git-buildsize     "245 MB (with downloaded documentation, add 17 MB to build documentation)">
    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.3 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 0.4 SBU for building documentation and 6 SBU (disk speed dependent) for tests, both with parallelism=4)">
    2120]>
    2221
     
    2423  <?dbhtml filename="git.html"?>
    2524
    26   <sect1info>
    27     <date>$Date$</date>
    28   </sect1info>
    2925
    3026  <title>Git-&git-version;</title>
     
    4743      files, much like tools such as <xref linkend="mercurial"/>,
    4844      <application>Bazaar</application>, <xref linkend="subversion"/>,
    49       <ulink url="http://www.nongnu.org/cvs/">CVS</ulink>,
     45      <ulink url="https://www.nongnu.org/cvs/">CVS</ulink>,
    5046      <application>Perforce</application>, and
    5147      <application>Team Foundation Server</application>.
    5248    </para>
    5349
    54     &lfs110a_checked;
     50    &lfs112_checked;
    5551
    5652    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    134130      <ulink url="https://metacpan.org/pod/Authen::SASL">Authen::SASL</ulink> and
    135131      <ulink url="https://metacpan.org/pod/MIME::Base64">MIME::Base64</ulink>
    136       (both runtime, for <command>git send-email</command>)
     132      (both runtime, for <command>git send-email</command>),
     133      and <xref linkend='perl-io-socket-ssl'/> (runtime, for
     134      <command>git send-email</command> to connect to a SMTP server with
     135      SSL encryption)
    137136    </para>
    138137
     
    294293
    295294    <para>
    296       <option>--with-libpcre</option>: As an alternative to PCRE2, use this
     295      <option>--with-libpcre1</option>: As an alternative to PCRE2, use this
    297296      switch if the deprecated <application>PCRE</application> is installed
    298297      and has been built with the non-default JIT enabled.
Note: See TracChangeset for help on using the changeset viewer.