source: general/prog/git.xml@ 983db4c

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 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 krejzi/svn 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
Last change on this file since 983db4c was 983db4c, checked in by Bruce Dubbs <bdubbs@…>, 10 years ago

Update to git=2.1.2

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

  • Property mode set to 100644
File size: 14.5 KB
RevLine 
[800f6b1]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[a79f8e7]7 <!ENTITY git-root "https://www.kernel.org/pub/software/scm/git" >
8
[dba6b4e0]9 <!ENTITY git-download-http "&git-root;/git-&git-version;.tar.xz">
[0b42b27]10 <!ENTITY git-download-ftp "ftp://ftp.kernel.org/pub/software/scm/git/git-&git-version;.tar.xz">
[983db4c]11 <!ENTITY git-md5sum "35dc1585dc522fd715f117744b1f5992">
[6e08e9c0]12 <!ENTITY git-size "3.4 MB">
[983db4c]13 <!ENTITY git-buildsize "337 MB (additional 14 MB for downloaded docs and man pages, or 26 MB building docs and man pages)">
14 <!ENTITY git-time "0.8 SBU (additional 9.6 SBU for tests or 3.0 SBU for docs and man build)">
[800f6b1]15]>
16
17<sect1 id="git" xreflabel="git-&git-version;">
18 <?dbhtml filename="git.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Git-&git-version;</title>
26
27 <indexterm zone="git">
[32696a4]28 <primary sortas="a-Git">Git</primary>
[800f6b1]29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Git</title>
33
[32696a4]34 <para>
35 <application>Git</application> is a free and open source, distributed
36 version control system designed to handle everything from small to very
37 large projects with speed and efficiency. Every
38 <application>Git</application> clone is a full-fledged repository with
39 complete history and full revision tracking capabilities, not dependent on
40 network access or a central server. Branching and merging are fast and easy
41 to do. <application>Git</application> is used for version control of files,
42 much like tools such as <application>Mercurial</application>,
43 <application>Bazaar</application>, <xref linkend="subversion"/>,
44 <xref linkend="cvs"/>, <application>Perforce</application>, and
45 <application>Team Foundation Server</application>.
46 </para>
[800f6b1]47
[99e99c3]48 &lfs76_checked;
[800f6b1]49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
[32696a4]53 <para>
54 Download (HTTP): <ulink url="&git-download-http;"/>
55 </para>
[800f6b1]56 </listitem>
57 <listitem>
[32696a4]58 <para>
59 Download (FTP): <ulink url="&git-download-ftp;"/>
60 </para>
[800f6b1]61 </listitem>
62 <listitem>
[32696a4]63 <para>
64 Download MD5 sum: &git-md5sum;
65 </para>
[800f6b1]66 </listitem>
67 <listitem>
[32696a4]68 <para>
69 Download size: &git-size;
70 </para>
[800f6b1]71 </listitem>
72 <listitem>
[32696a4]73 <para>
74 Estimated disk space required: &git-buildsize;
75 </para>
[800f6b1]76 </listitem>
77 <listitem>
[32696a4]78 <para>
79 Estimated build time: &git-time;
80 </para>
[800f6b1]81 </listitem>
82 </itemizedlist>
83
[435934c]84 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
85 <itemizedlist spacing="compact">
86 <listitem>
[32696a4]87 <para>
[a79f8e7]88 <ulink url="&git-root;/git-manpages-&git-version;.tar.xz">
[7053ca8]89 &git-root;/git-manpages-&git-version;.tar.xz</ulink>
[aaed964]90 (if you prefer the original, not needed if you've installed asciidoc
91 and xmlto and prefer to build them).
[32696a4]92 </para>
[435934c]93 </listitem>
94 <listitem>
[32696a4]95 <para>
[a79f8e7]96 <ulink url="&git-root;/git-htmldocs-&git-version;.tar.xz">
[7053ca8]97 &git-root;/git-htmldocs-&git-version;.tar.xz</ulink>
[aaed964]98 and other docs (if you prefer the original, not needed if you've
99 installed asciidoc and prefer to build them).
[32696a4]100 </para>
[435934c]101 </listitem>
102 </itemizedlist>
103
[800f6b1]104 <bridgehead renderas="sect3">Git Dependencies</bridgehead>
105
106 <bridgehead renderas="sect4">Recommended</bridgehead>
[1b2d41b]107 <para role="recommended">
[0d7900a]108 <xref linkend="curl"/> (needed to use <application>Git</application> over http,
[32696a4]109 https, ftp or ftps),
[56605b9]110 <xref linkend="openssl"/>, and
[32696a4]111 <xref linkend="python2"/>
[1b2d41b]112 </para>
[800f6b1]113
114 <bridgehead renderas="sect4">Optional</bridgehead>
[1b2d41b]115 <para role="optional">
[05ce77a]116 <xref linkend="pcre"/>,
117 <xref linkend="subversion"/> with Perl bindings (for <command>git svn</command>), and
[1b2d41b]118 <xref linkend="tk"/> (gitk, a simple <application>Git</application>
119 repository viewer, uses <application>Tk</application> at runtime)
120 </para>
121
122 <bridgehead renderas="sect4">Optional (to create the man pages and html docs)</bridgehead>
123 <para>
[fad8db2]124 <xref linkend="xmlto"/> and
125 <ulink url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink>
[1b2d41b]126 </para>
[800f6b1]127
128 <para condition="html" role="usernotes">User Notes:
[32696a4]129 <ulink url="&blfs-wiki;/git"/>
130 </para>
[800f6b1]131 </sect2>
132
133 <sect2 role="installation">
134 <title>Installation of Git</title>
135
[32696a4]136 <para>
137 Install <application>Git</application> by running the following
138 commands:
139 </para>
[800f6b1]140
[a79f8e7]141<screen><userinput>./configure --prefix=/usr \
[5e5a8d5]142 --with-gitconfig=/etc/gitconfig &amp;&amp;
[800f6b1]143make</userinput></screen>
144
[6e08e9c0]145 <para>
146 You can build the man pages and/or html docs, or
147 use downloaded ones. If you choose to build them, use next two following
148 instructions.
149 </para>
150
[32696a4]151 <para>
152 If you have installed <ulink
153 url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> you can
154 create the html version of the man pages and other docs:
155 </para>
[800f6b1]156
[65fe9d8]157<screen><userinput>make html</userinput></screen>
[800f6b1]158
[32696a4]159 <para>
160 If you have installed <ulink
161 url="http://www.methods.co.nz/asciidoc/">AsciiDoc</ulink> and
162 <xref linkend="xmlto"/> you can create the man pages:
163 </para>
[435934c]164
[65fe9d8]165<screen><userinput>make man</userinput></screen>
[435934c]166
[32696a4]167 <para>
[e3f97f9]168 The test suite can be run in parallel mode. Many tests cannot find
169 <application>GnuPG2</application>, if the compatibility symlinks,
170 recommended in <xref linkend="gnupg2"/>, are not installed. To run the
171 test suite, issue: <command>make test</command>.
[32696a4]172 </para>
[800f6b1]173
[32696a4]174 <para>
175 Now, as the <systemitem class="username">root</systemitem>
176 user:
177 </para>
[800f6b1]178
179<screen role="root"><userinput>make install</userinput></screen>
180
[6e08e9c0]181<!-- ==== Method 1 for docs ====== -->
182 <bridgehead renderas="sect3">If you created the man pages and/or html docs</bridgehead>
183
[32696a4]184 <para>
[6e08e9c0]185 Install the man pages as
[32696a4]186 <systemitem class="username">root</systemitem> user:
187 </para>
[800f6b1]188
189<screen role="root"><userinput>make install-man</userinput></screen>
[435934c]190
[32696a4]191 <para>
[6e08e9c0]192 Install the html docs as
[32696a4]193 <systemitem class="username">root</systemitem> user:
194 </para>
[435934c]195
[6e08e9c0]196<screen role="root"><userinput>make htmldir=/usr/share/doc/git-&git-version; install-html</userinput></screen>
197
198<!-- ==== Method 2 for docs ====== -->
199 <bridgehead renderas="sect3">If you downloaded the man pages and/or html docs</bridgehead>
[435934c]200
[32696a4]201 <para>
[6e08e9c0]202 If you downloaded the man pages untar them as the
[32696a4]203 <systemitem class="username">root</systemitem> user:
204 </para>
[435934c]205
[64419b7]206<screen role="root"><userinput>tar -xf ../git-manpages-&git-version;.tar.xz \
207 -C /usr/share/man --no-same-owner --no-overwrite-dir</userinput></screen>
[435934c]208
[32696a4]209 <para>
210 If you downloaded the html docs untar them as the
211 <systemitem class="username">root</systemitem> user:
212 </para>
[435934c]213
[64419b7]214<screen role="root"><userinput>tar -xf ../git-htmldocs-&git-version;.tar.xz \
[c33586b]215 -C /usr/share/doc/git-&git-version; --no-same-owner --no-overwrite-dir &amp;&amp;
[0524804]216
[c4ab33b5]217find /usr/share/doc/git-&git-version; -type d -exec chmod 755 {} \; &amp;&amp;
[6e08e9c0]218find /usr/share/doc/git-&git-version; -type f -exec chmod 644 {} \;</userinput></screen>
[c4ab33b5]219
[6e08e9c0]220<!-- ==== Reorganize docs ====== -->
221 <bridgehead renderas="sect3">Reorganize man pages and/or html docs (both methods)</bridgehead>
222
223 <para>
224 For both methods, reorganize the files, as
225 <systemitem class="username">root</systemitem> user:
226 </para>
227
[64419b7]228<screen role="root"><userinput>mkdir -p /usr/share/doc/git-&git-version;/man-pages/{html,text} &amp;&amp;
229
230mv /usr/share/doc/git-&git-version;/{git*.txt,man-pages/text} &amp;&amp;
[0524804]231mv /usr/share/doc/git-&git-version;/{git*.,index.,man-pages/}html &amp;&amp;
232mkdir /usr/share/doc/git-&git-version;/technical/{html,text} &amp;&amp;
233mv /usr/share/doc/git-&git-version;/technical/{*.txt,text} &amp;&amp;
234mv /usr/share/doc/git-&git-version;/technical/{*.,}html &amp;&amp;
235mkdir /usr/share/doc/git-&git-version;/howto/{html,text} &amp;&amp;
236mv /usr/share/doc/git-&git-version;/howto/{*.txt,text} &amp;&amp;
237mv /usr/share/doc/git-&git-version;/howto/{*.,}html</userinput></screen>
[32696a4]238
[800f6b1]239 </sect2>
240
241 <sect2 role="commands">
242 <title>Command Explanations</title>
243
[5e5a8d5]244 <para>
[35943a41]245 <parameter>--with-gitconfig=/etc/gitconfig</parameter>: This sets
[5e5a8d5]246 <filename>/etc/gitconfig</filename> as the file that stores
247 the default, system wide, <application>Git</application>
248 settings.
249 </para>
250
[32696a4]251 <para>
252 <option>--without-python</option>: Use this switch if
253 <application>Python</application> is not installed.
254 </para>
[435934c]255
[32696a4]256 <para>
257 <option>--with-libpcre</option>: Use this switch if
258 <application>PCRE</application> is installed.
259 </para>
[0524804]260
[32696a4]261 <para>
262 <command>tar -xf ../git-manpages-&git-version;.tar.gz -C
263 /usr/share/man --no-same-owner</command>: This untars
264 <filename>git-manpages-&git-version;.tar.gz</filename>. The
265 <option>-C</option> option makes tar change directory to
266 <filename class="directory">/usr/share/man</filename> before
267 it starts to decompress the docs. The <option>--no-same-owner</option>
268 option stops tar from preserving the user and group details of the
269 files. This is useful as that user or group may not exist on your
270 system; this could (potentially) be a security risk.
271 </para>
[0524804]272
[32696a4]273 <para>
274 <command>mv /usr/share/doc/git-&git-version; ...</command>: These
275 commands move some of the files into subfolders to make it easier to sort
276 through the docs and find what you're looking for.
277 </para>
[435934c]278
[c4ab33b5]279 <para>
280 <command>find ... chmod ...</command>: These commands correct the
281 permissions in the shipped documentation tar file.
282 </para>
283
[800f6b1]284 </sect2>
285
286 <sect2 role="configuration">
287 <title>Configuring Git</title>
288
289 <sect3 id="git-config">
290 <title>Config Files</title>
[32696a4]291 <para>
292 <filename>~/.gitconfig</filename> and
293 <filename>/etc/gitconfig</filename>
294 </para>
[800f6b1]295
296 <indexterm zone="git git-config">
297 <primary sortas="e-AA.gitconfig">~/.gitconfig</primary>
298 </indexterm>
299
300 <indexterm zone="git git-config">
301 <primary sortas="e-etc-gitconfig">/etc/gitconfig</primary>
302 </indexterm>
[32696a4]303
[800f6b1]304 </sect3>
305
306 </sect2>
307
308 <sect2 role="content">
309 <title>Contents</title>
310
311 <segmentedlist>
312 <segtitle>Installed Programs</segtitle>
[c3c56b2]313 <segtitle>Installed Libraries</segtitle>
[800f6b1]314 <segtitle>Installed Directories</segtitle>
315
316 <seglistitem>
[32696a4]317 <seg>
[a79f8e7]318 git, git-receive-pack and git-upload-archive (hardlinked to each other),
319 git-shell, git-cvsserver, git-upload-pack, and gitk
[32696a4]320 </seg>
321 <seg>
322 None
323 </seg>
324 <seg>
[67bd7d46]325 /usr/libexec/git-core,
[32696a4]326 /usr/share/doc/git-&git-version;,
327 /usr/share/git-core,
328 /usr/share/git-gui,
[a79f8e7]329 /usr/share/gitk,
[39794fb2]330 /usr/share/gitweb,
[f346a49]331 /usr/lib/perl5/site_perl/&lt;5.x.y&gt;/Git and
[39794fb2]332 /usr/lib/perl5/site_perl/&lfs-perl-version;/auto/Git
[a79f8e7]333
[32696a4]334 </seg>
[800f6b1]335 </seglistitem>
336 </segmentedlist>
337
338 <variablelist>
339 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
340 <?dbfo list-presentation="list"?>
341 <?dbhtml list-presentation="table"?>
342
343 <varlistentry id="git-prog">
344 <term><command>git</command></term>
345 <listitem>
[32696a4]346 <para>
347 is the stupid content tracker.
348 </para>
[800f6b1]349 <indexterm zone="git git-prog">
350 <primary sortas="b-git">git</primary>
351 </indexterm>
352 </listitem>
353 </varlistentry>
354
355 <varlistentry id="git-cvsserver">
356 <term><command>git-cvsserver</command></term>
357 <listitem>
[32696a4]358 <para>
359 is a CVS server emulator for <application>Git</application>.
360 </para>
[800f6b1]361 <indexterm zone="git git-cvsserver">
362 <primary sortas="b-git-cvsserver">git-cvsserver</primary>
363 </indexterm>
364 </listitem>
365 </varlistentry>
366
367 <varlistentry id="gitk">
368 <term><command>gitk</command></term>
369 <listitem>
[32696a4]370 <para>
[a79f8e7]371 is a graphical <application>Git</application> repository browser
372 (needs <xref linkend="tk"/>).
[32696a4]373 </para>
[800f6b1]374 <indexterm zone="git gitk">
375 <primary sortas="b-gitk">gitk</primary>
376 </indexterm>
377 </listitem>
378 </varlistentry>
379
380 <varlistentry id="git-receive-pack">
381 <term><command>git-receive-pack</command></term>
382 <listitem>
[32696a4]383 <para>
384 is invoked by <command>git send-pack</command> and updates the
385 repository with the information fed from the remote end.
386 </para>
[800f6b1]387 <indexterm zone="git git-receive-pack">
388 <primary sortas="b-git-receive-pack">git-receive-pack</primary>
389 </indexterm>
390 </listitem>
391 </varlistentry>
392
393 <varlistentry id="git-shell">
394 <term><command>git-shell</command></term>
395 <listitem>
[32696a4]396 <para>
397 is a login shell for SSH accounts to provide restricted Git
398 access.
399 </para>
[800f6b1]400 <indexterm zone="git git-shell">
401 <primary sortas="b-git-shell">git-shell</primary>
402 </indexterm>
403 </listitem>
404 </varlistentry>
405
406 <varlistentry id="git-upload-archive">
407 <term><command>git-upload-archive</command></term>
408 <listitem>
[32696a4]409 <para>
410 is invoked by <command>git archive --remote</command> and sends
411 a generated archive to the other end over the git protocol.
412 </para>
[800f6b1]413 <indexterm zone="git git-upload-archive">
414 <primary sortas="b-git-upload-archive">git-upload-archive</primary>
415 </indexterm>
416 </listitem>
417 </varlistentry>
418
419 <varlistentry id="git-upload-pack">
420 <term><command>git-upload-pack</command></term>
421 <listitem>
[32696a4]422 <para>
423 is invoked by <command>git fetch-pack</command>, it discovers
424 what objects the other side is missing, and sends them after
425 packing.
426 </para>
[800f6b1]427 <indexterm zone="git git-upload-pack">
428 <primary sortas="b-git-upload-pack">git-upload-pack</primary>
429 </indexterm>
430 </listitem>
431 </varlistentry>
[32696a4]432
[800f6b1]433 </variablelist>
[32696a4]434
[800f6b1]435 </sect2>
[32696a4]436
[800f6b1]437</sect1>
Note: See TracBrowser for help on using the repository browser.