dev-vcs/git (gentoo)

Search

Package Information

Description:
Git - Fast Version Control System. Official titled "GIT - the stupid content tracker". 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.
Homepage:
https://www.git-scm.com/
License:
GPL-2

Versions

Version EAPI Keywords Slot
9999-r3 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
9999-r2 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
9999-r1 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
9999 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.53.0 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.52.0 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.51.2-r2 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.51.2-r1 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.51.1 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.51.0 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.50.1 8 ~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~arm64-macos ~x64-macos ~x64-solaris 0
2.49.1 8 ~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~arm64-macos ~x64-macos ~x64-solaris 0

Metadata

Description

Maintainers

Upstream

Raw Metadata XML
<pkgmetadata>
	<maintainer type="person">
		<email>robbat2@gentoo.org</email>
		<name>Robin H. Johnson</name>
	</maintainer>
	<longdescription lang="en">
    Git - Fast Version Control System. Official titled
    "GIT - the stupid content tracker". 

    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.
  </longdescription>
	<use>
		<flag name="cgi">Install gitweb too</flag>
		<flag name="curl">Support fetching and pushing (requires webdav too) over http:// and https:// protocols</flag>
		<flag name="gpg">Pull in gnupg for signing -- without gnupg, attempts at signing will fail at runtime!</flag>
		<flag name="highlight">GitWeb support for <pkg>app-text/highlight</pkg></flag>
		<flag name="mediawiki">Support pulling and pushing from MediaWiki</flag>
		<flag name="perforce">Add support for Perforce version control system (requires manual installation of Perforce client)</flag>
		<flag name="rust">Build components using Rust, starting with 2.52 with varint. This will become mandatory upstream with Git 3.0.</flag>
		<flag name="safe-directory">Respect the safe.directory setting</flag>
		<flag name="subversion">Include git-svn for <pkg>dev-vcs/subversion</pkg> support</flag>
		<flag name="tk">Include the 'gitk' and 'git gui' tools</flag>
		<flag name="webdav">Adds support for push'ing to HTTP/HTTPS repositories via DAV</flag>
		<flag name="perl">Adds Perl bindings and tools such as git-send-email</flag>
	</use>
	<upstream>
		<remote-id type="cpe">cpe:/a:git:git</remote-id>
		<remote-id type="github">git/git</remote-id>
	</upstream>
</pkgmetadata>

Lint Warnings

USE Flags

Flag Description 9999-r3 9999-r2 9999-r1 9999 2.53.0 2.52.0 2.51.2-r2 2.51.2-r1 2.51.1 2.51.0 2.50.1 2.49.1
cgi Install gitweb too
curl Support fetching and pushing (requires webdav too) over http:// and https:// protocols
cvs Enable CVS (Concurrent Versions System) integration
doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
gpg Pull in gnupg for signing -- without gnupg, attempts at signing will fail at runtime!
highlight GitWeb support for <pkg>app-text/highlight</pkg>
iconv Enable support for the iconv character set conversion library
keyring Enable support for freedesktop.org Secret Service API password store
mediawiki Support pulling and pushing from MediaWiki
nls Add Native Language Support (using gettext - GNU locale utilities)
pcre Add support for Perl Compatible Regular Expressions
perforce Add support for Perforce version control system (requires manual installation of Perforce client)
perl Adds Perl bindings and tools such as git-send-email
rust Build components using Rust, starting with 2.52 with varint. This will become mandatory upstream with Git 3.0.
safe-directory Respect the safe.directory setting
selinux !!internal use only!! Security Enhanced Linux support, this must be set by the selinux profile or breakage will occur
subversion Include git-svn for <pkg>dev-vcs/subversion</pkg> support
test Enable dependencies and/or preparations necessary to run tests (usually controlled by FEATURES=test but can be toggled independently)
tk Include the 'gitk' and 'git gui' tools
webdav Adds support for push'ing to HTTP/HTTPS repositories via DAV
xinetd Add support for the xinetd super-server

Files

Manifest

Type File Size Versions
Unmatched Entries
Type File Size
DIST git-2.49.1.tar.xz 7773832 bytes
DIST git-2.50.1.tar.xz 7880972 bytes
DIST git-2.51.0.tar.xz 7857228 bytes
DIST git-2.51.1.tar.xz 7865216 bytes
DIST git-2.51.2.tar.xz 7865980 bytes
DIST git-2.52.0.tar.xz 7957064 bytes
DIST git-2.53.0.tar.xz 7993096 bytes
DIST git-htmldocs-2.49.1.tar.xz 1602244 bytes
DIST git-htmldocs-2.50.1.tar.xz 1615796 bytes
DIST git-htmldocs-2.51.0.tar.xz 1627664 bytes
DIST git-htmldocs-2.51.1.tar.xz 1629412 bytes
DIST git-htmldocs-2.51.2.tar.xz 1629724 bytes
DIST git-htmldocs-2.52.0.tar.xz 1657524 bytes
DIST git-htmldocs-2.53.0.tar.xz 1675212 bytes
DIST git-manpages-2.49.1.tar.xz 594536 bytes
DIST git-manpages-2.50.1.tar.xz 598416 bytes
DIST git-manpages-2.51.0.tar.xz 602200 bytes
DIST git-manpages-2.51.1.tar.xz 602552 bytes
DIST git-manpages-2.51.2.tar.xz 602340 bytes
DIST git-manpages-2.52.0.tar.xz 607864 bytes
DIST git-manpages-2.53.0.tar.xz 614136 bytes