source: general/prog/git.xml@ 709ec43

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 7.10 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 709ec43 was 366fcd03, checked in by Ken Moffat <ken@…>, 9 years ago

tags

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

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