Changeset 35943a41


Ignore:
Timestamp:
10/06/2013 08:11:10 AM (11 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f2710d28
Parents:
5561ec7
Message:

update to git-1.8.4.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r5561ec7 r35943a41  
    372372<!ENTITY gc-version                   "7.2d">
    373373<!ENTITY gdb-version                  "7.6.1">
    374 <!ENTITY git-version                  "1.8.4">
     374<!ENTITY git-version                  "1.8.4.1">
    375375<!ENTITY guile-version                "2.0.9">
    376376<!ENTITY librep-version               "0.92.3">
  • general/prog/git.xml

    r5561ec7 r35943a41  
    77  <!ENTITY git-download-http "http://git-core.googlecode.com/files/git-&git-version;.tar.gz">
    88  <!ENTITY git-download-ftp  " ">
    9   <!ENTITY git-md5sum        "355768a1c70d0cb4fedf4b598ac1375b">
     9  <!ENTITY git-md5sum        "5d8c89ad312ca0b0e603259c9357e6b8">
    1010  <!ENTITY git-size          "4.5 MB">
    11   <!ENTITY git-buildsize     "193 MB">
     11  <!ENTITY git-buildsize     "233 MB">
    1212  <!ENTITY git-time          "0.7 SBU (additional 2.8 SBU for tests)">
    1313]>
     
    226226
    227227    <para>
    228       <option>--with-gitconfig=/etc/gitconfig</option>: This sets
     228      <parameter>--with-gitconfig=/etc/gitconfig</parameter>: This sets
    229229      <filename>/etc/gitconfig</filename> as the file that stores
    230230      the default, system wide, <application>Git</application>
     
    284284        <primary sortas="e-etc-gitconfig">/etc/gitconfig</primary>
    285285      </indexterm>
    286 
    287     </sect3>
    288 
    289     <sect3><title>Configuration Information</title>
    290 
    291       <para>
    292         To be able to use git to pull from a https source you need first install
    293         the <xref linkend="cacerts"/> and then configure git to know where they
    294         are. To set the default location of the SSL certificates, as the
    295         <systemitem class="username">root</systemitem> user:
    296       </para>
    297 
    298 <screen role="root"><userinput>git config --system http.sslCAPath /etc/ssl/certs</userinput></screen>
    299286
    300287    </sect3>
  • introduction/welcome/changelog.xml

    r5561ec7 r35943a41  
    4848      <itemizedlist>
    4949        <listitem>
     50          <para>[igor] - Update to git-1.8.4.1. Fixes
     51          <ulink url="&blfs-ticket-root;4143">#4143</ulink>.</para>
     52        </listitem>
     53        <listitem>
    5054          <para>[igor] - Update to mercurial-2.7.2. Fixes
    5155          <ulink url="&blfs-ticket-root;4137">#4137</ulink>.</para>
Note: See TracChangeset for help on using the changeset viewer.