Difference between revisions of "GIT"

From CBLFS
Jump to navigationJump to search
(I added the package description and the template for the "Contents" section.)
Line 1: Line 1:
 
{| style="text-align: left; background-color: AliceBlue;"
 
{| style="text-align: left; background-color: AliceBlue;"
|-
+
|-valign="top"
 
!Download Source:
 
!Download Source:
 
| http://kernel.org/pub/software/scm/git/git-{{GIT-Version}}.tar.bz2
 
| http://kernel.org/pub/software/scm/git/git-{{GIT-Version}}.tar.bz2
Line 6: Line 6:
  
 
----
 
----
 +
 +
== Introduction to Git ==
 +
 +
Git is a popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel.
 +
 +
Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.
  
 
== Dependencies ==
 
== Dependencies ==
Line 64: Line 70:
  
 
  make prefix=/usr install
 
  make prefix=/usr install
 +
 +
= Contents =
 +
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! Installed Programs:
 +
| ???
 +
|-valign="top"
 +
! Installed Libraries:
 +
| ???
 +
|-valign="top"
 +
! Installed Directories:
 +
| ???
 +
|}
 +
 +
=== Short Descriptions ===
 +
 +
{| style="text-align: left;"
 +
|-valign="top"
 +
! program1
 +
| ???
 +
|-valign="top"
 +
! program2
 +
| ???
 +
|-valign="top"
 +
! library1.{a,la,so}
 +
| ???
 +
|}

Revision as of 17:10, 3 January 2007

Download Source: http://kernel.org/pub/software/scm/git/git-1.8.1.3.tar.bz2

Introduction to Git

Git is a popular version control system designed to handle very large projects with speed and efficiency; it is used mainly for various open source projects, most notably the Linux kernel.

Git falls in the category of distributed source code management tools, similar to e.g. GNU Arch or Monotone (or BitKeeper in the proprietary world). Every Git working directory is a full-fledged repository with full revision tracking capabilities, not dependent on network access or a central server.

Dependencies

Optional

Run-Time

Non-Multilib

Compile the package:

make prefix=/usr

Install the package

make prefix=/usr install

Multilib

This package does not provide any libraries so only one installation is needed.

32Bit

Compile the package:

make prefix=/usr CC="gcc ${BUILD32}"

Install the package

make prefix=/usr install

N32

Compile the package:

make prefix=/usr CC="gcc ${BUILDN32}"

Install the package

make prefix=/usr install

64Bit

Compile the package:

make prefix=/usr CC="gcc ${BUILD64}"

Install the package

make prefix=/usr install

Contents

Installed Programs: ???
Installed Libraries: ???
Installed Directories: ???

Short Descriptions

program1 ???
program2 ???
library1.{a,la,so} ???