#2346 closed enhancement (fixed)
New package: git
Reported by: | Reece Dunn | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | x-future |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | git |
Cc: |
Description ¶
package: git
url: http://git.or.cz/
category: source control
proposed BLFS category: chapter 18 - basic networking programs
version: 1.5.1.3
download: http://www.kernel.org/pub/software/scm/git/git-1.5.1.3.tar.bz2
dependencies: openssl
, cURL
, expat
description: A distributed source control system used by various projects (the Linux kernel, wine, cairo and others).
build (with cURL
and expat
):
make HOME=/usr install
build (without cURL
and expat
):
make HOME=/usr NO_CURL=1 install
NOTES: Not tried building the documentation or running the tests yet. (See http://git.or.cz/gitwiki/WindowsInstall for documentation and test dependencies.)
Change History (6)
comment:1 by , 18 years ago
comment:2 by , 18 years ago
Milestone: | 6.3 → future |
---|
comment:3 by , 17 years ago
Keywords: | git added |
---|
Runtime dependencies: cpio, tcl/tk, openssh In addition, asccidoc and xmlto as build dependencies to build the documentation.
comment:4 by , 17 years ago
git 1.5.6 has been released.
Changes to the build system.
- there is no dependency anymore in the 'curl' executable, just to 'libcurl'
- "git clone" has been rewritten, as a result dependency in 'cpio' removed
Release announcement at:
comment:5 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
git has been recently added in BLFS SVN. Marking as fixed.
I would love to see git get in the book. If no other editors object, I'll work on this (at some point).