git
Stupid content tracker: distributed VCS designed for speed and efficiency
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 ↗ cpe: cpe:/a:git:git github: git/git
⚠ Security advisories affect this package: GLSA 202507-09, GLSA 202312-15
Available in
| Overlay | Newest | Ebuilds | Last activity | |
|---|---|---|---|---|
| gentoo gitweb ↗ | 2.55.0 | 8 | 14 h | details › |
| mim GitHub ↗ | 2.44.0 | 1 | 8 d | details › |
Versions & arches
| Version | Overlay | amd64 | arm64 | x86 | ppc64 | riscv | alpha | arm | arm64-macos | hppa | loong | m68k | mips | ppc | s390 | sparc | x64-macos | x64-solaris | Committed | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 9999-r3 LIVE | gentoo | follows upstream — no keywords | — | view · download · history ↗ | ||||||||||||||||
| 9999-r2 LIVE | gentoo | follows upstream — no keywords | — | view · download · history ↗ | ||||||||||||||||
| 9999-r1 LIVE | gentoo | follows upstream — no keywords | — | view · download · history ↗ | ||||||||||||||||
| 9999 LIVE | gentoo | follows upstream — no keywords | — | view · download · history ↗ | ||||||||||||||||
| 2.55.0 | gentoo | amd64 testing | arm64 testing | x86 testing | ppc64 testing | riscv testing | alpha testing | arm testing | arm64-macos testing | hppa testing | loong testing | m68k testing | mips testing | ppc testing | s390 testing | sparc testing | x64-macos testing | x64-solaris testing | — | view · download · history ↗ |
| 2.54.0 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | arm64-macos testing | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | x64-macos testing | x64-solaris testing | — | view · download · history ↗ |
| 2.53.0 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | arm64-macos testing | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | x64-macos testing | x64-solaris testing | — | view · download · history ↗ |
| 2.52.0 | gentoo | amd64 stable | arm64 stable | x86 stable | ppc64 stable | riscv testing | alpha testing | arm stable | arm64-macos testing | hppa testing | loong testing | m68k testing | mips testing | ppc stable | s390 testing | sparc testing | x64-macos testing | x64-solaris testing | — | view · download · history ↗ |
| 2.44.0 ≈ | mim | amd64 untested | arm64 untested | x86 untested | ppc64 untested | riscv untested | alpha untested | arm untested | arm64-macos untested | hppa untested | loong untested | m68k untested | mips untested | ppc untested | s390 untested | sparc untested | x64-macos untested | x64-solaris untested | 2 yr | view · download · history ↗ |
Use flags of 2.55.0
- +curl Support fetching and pushing (requires webdav too) over http:// and https:// protocols
- cgi Install gitweb too
- cvs Enable CVS (Concurrent Versions System) integration
- doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
- keyring Enable support for freedesktop.org Secret Service API password store
- +gpg Pull in gnupg for signing -- without gnupg, attempts at signing will fail at runtime!
- highlight GitWeb support for app-text/highlight
- +iconv Enable support for the iconv character set conversion library
- +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 dev-vcs/subversion 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
- debug Enable extra debug codepaths, like asserts and extra output. If you want to get meaningful backtraces see https://wiki.gentoo.org/wiki/Project:Quality_Assurance/Backtraces
3 expansion flags (python targets, ABIs, cpu flags…)
- python_single_target_python3_12
- python_single_target_python3_13
- python_single_target_python3_14