Ignore:
Timestamp:
04/03/2015 12:41:23 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
0b7bed0d
Parents:
339aa839
Message:

Update to git-2.3.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/prog/git.xml

    r339aa839 r9276b6ee  
    99  <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
    1010  <!ENTITY git-download-ftp  "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
    11   <!ENTITY git-md5sum        "eab424a66d52447eecc3fc688967ec03">
     11  <!ENTITY git-md5sum        "be8c0bbb0c5ee6ab7cdcffd2c9375fe6">
    1212  <!ENTITY git-size          "3.5 MB">
    13   <!ENTITY git-buildsize     "227 MB">
    14   <!ENTITY git-time          "0.2 SBU (additional 4.3 SBU for tests)">
     13  <!ENTITY git-buildsize     "301 MB">
     14  <!ENTITY git-time          "0.6 SBU (additional 2.1 SBU for tests, with -j4)">
    1515]>
    1616
     
    3333
    3434    <para>
     35
    3536      <application>Git</application> is a free and open source, distributed
    3637      version control system designed to handle everything from small to very
     
    4041      on network access or a central server. Branching and merging are fast and
    4142      easy to do. <application>Git</application> is used for version control of
    42       files, much like tools such as <application>Mercurial</application>,
     43      files, much like tools such as <xref linkend="mercurial"/>,
    4344      <application>Bazaar</application>, <xref linkend="subversion"/>,
    4445      <xref linkend="cvs"/>, <application>Perforce</application>, and
    4546      <application>Team Foundation Server</application>.
     47
    4648    </para>
    4749
     
    323325        </seg>
    324326        <seg>
    325           /usr/libexec/git-core,
    326           /usr/share/doc/git-&git-version;,
    327           /usr/share/git-core,
    328           /usr/share/git-gui,
    329           /usr/share/gitk,
    330           /usr/share/gitweb,
    331           /usr/lib/perl5/site_perl/&lt;5.x.y&gt;/Git and
    332           /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Git
    333        
     327          /usr/lib/perl5/site_perl&lt;5.x.y&gt;/{,&lt;arch-linux&gt;/auto/}Git,
     328          /usr/libexec/git-core and
     329          /usr/share/{git-core,git-gui,gitk,gitweb,doc/git-&git-version;}
    334330        </seg>
    335331      </seglistitem>
Note: See TracChangeset for help on using the changeset viewer.