pub/scm/git/git.git  about / heads / tags
The core git plumbing
$ git log --pretty=format:'%h %s (%cs)%d'
e85ae279b0 The seventh batch (2025-12-09)
	(HEAD -> master, main)
bbefa15ff5 Merge branch 'en/replay-doc-revision-range' (2025-12-09)
7fc0b33b5d Merge branch 'yc/xdiff-patience-optim' (2025-12-09)
fe0e6ffa19 Merge branch 'bc/zsh-testsuite' (2025-12-09)
c64b234a0b Merge branch 'pw/replay-exclude-gpgsig-fix' (2025-12-09)
bdc5341ff6 The sixth batch (2025-12-05)
644aed8921 Merge branch 'rs/config-set-multi-error-message-fix' (2025-12-05)
e74a6e0cb9 Merge branch 'rs/config-unset-opthelp-fix' (2025-12-05)
9d442ce2e2 Merge branch 'ps/object-source-management' (2025-12-05)
1b40ddc1a5 Merge branch 'cc/fast-import-strip-if-invalid' (2025-12-05)
...

$ git cat-file blob HEAD:README.md
[![Build status](https://github.com/git/git/workflows/CI/badge.svg)](https://github.com/git/git/actions?query=branch%3Amaster+event%3Apush)

Git - fast, scalable, distributed revision control system
=========================================================

Git is a fast, scalable, distributed revision control system with an
unusually rich command set that provides both high-level operations
and full access to internals.

Git is an Open Source project covered by the GNU General Public
License version 2 (some parts of it are under different licenses,
compatible with the GPLv2). It was originally written by Linus
Torvalds with help of a group of hackers around the net.

Please read the file [INSTALL][] for installation instructions.

Many Git online resources are accessible from <https://git-scm.com/>
including full documentation and Git related tools.

See [Documentation/gittutorial.adoc][] to get started, then see
[Documentation/giteveryday.adoc][] for a useful minimum set of commands, and
`Documentation/git-<commandname>.adoc` for documentation of each command.
If git has been correctly installed, then the tutorial can also be
read with `man gittutorial` or `git help tutorial`, and the
documentation of each command with `man git-<commandname>` or `git help
<commandname>`.

CVS users may also want to read [Documentation/gitcvs-migration.adoc][]
(`man gitcvs-migration` or `git help cvs-migration` if git is
installed).

The user discussion and development of Git take place on the Git
mailing list -- everyone is welcome to post bug reports, feature
requests, comments and patches to git@vger.kernel.org (read
[Documentation/SubmittingPatches][] for instructions on patch submission
and [Documentation/CodingGuidelines][]).

Those wishing to help with error message, usage and informational message
string translations (localization l10) should see [po/README.md][]
(a `po` file is a Portable Object file that holds the translations).

To subscribe to the list, send an email to <git+subscribe@vger.kernel.org>
(see https://subspace.kernel.org/subscribing.html for details). The mailing
list archives are available at <https://lore.kernel.org/git/>,
<https://marc.info/?l=git> and other archival sites.

Issues which are security relevant should be disclosed privately to
the Git Security mailing list <git-security@googlegroups.com>.

The maintainer frequently sends the "What's cooking" reports that
list the current status of various development topics to the mailing
list.  The discussion following them give a good reference for
project status, development direction and remaining tasks.

The name "git" was given by Linus Torvalds when he wrote the very
first version. He described the tool as "the stupid content tracker"
and the name as (depending on your mood):

 - random three-letter combination that is pronounceable, and not
   actually used by any common UNIX command.  The fact that it is a
   mispronunciation of "get" may or may not be relevant.
 - stupid. contemptible and despicable. simple. Take your pick from the
   dictionary of slang.
 - "global information tracker": you're in a good mood, and it actually
   works for you. Angels sing, and a light suddenly fills the room.
 - "goddamn idiotic truckload of sh*t": when it breaks

[INSTALL]: INSTALL
[Documentation/gittutorial.adoc]: Documentation/gittutorial.adoc
[Documentation/giteveryday.adoc]: Documentation/giteveryday.adoc
[Documentation/gitcvs-migration.adoc]: Documentation/gitcvs-migration.adoc
[Documentation/SubmittingPatches]: Documentation/SubmittingPatches
[Documentation/CodingGuidelines]: Documentation/CodingGuidelines
[po/README.md]: po/README.md

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  todo         What's cooking (2025/12 #02) (2025-12-09)
  seen         Merge branch 'bc/sha1-256-interop-02' into seen (2025-12-09)
  next         Sync with 'master' (2025-12-09)
  main         The seventh batch (2025-12-09)
* master       The seventh batch (2025-12-09)
  maint        Git 2.52 (2025-11-17)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v2.52.0      Git 2.52 (2025-11-17) tar.gz
v2.52.0-rc2  Git 2.52-rc2 (2025-11-12) tar.gz
v2.52.0-rc1  Git 2.52-rc1 (2025-11-05) tar.gz
v2.52.0-rc0  Git 2.52-rc0 (2025-11-03) tar.gz
v2.51.2      Git 2.51.2 (2025-10-26) tar.gz
v2.51.1      Git 2.51.1 (2025-10-15) tar.gz
v2.51.0      Git 2.51 (2025-08-17) tar.gz
v2.51.0-rc2  Git 2.51-rc2 (2025-08-13) tar.gz
v2.51.0-rc1  Git 2.51-rc1 (2025-08-07) tar.gz
v2.51.0-rc0  Git 2.51-rc0 (2025-08-04) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
      90329 git
       1162 lkml
        288 qemu-devel
        286 netdev
        277 linux-arm-kernel
        265 u-boot
        197 stable
        178 linux-devicetree
        119 dri-devel
        117 dpdk-dev
        104 kvm
        103 xen-devel
        100 buildroot
         99 intel-gfx
         95 linux-fsdevel
         91 linux-wireless
         89 linux-media
         83 linux-mm
         75 linuxppc-dev
         69 alsa-devel
         67 openembedded-core
         63 linux-arm-msm
         62 linux-scsi
         57 linux-omap
         47 amd-gfx
         45 linux-arch
         44 linux-nfs
         43 netfilter-devel
         42 linux-mips
         42 openembedded-devel
         41 linux-s390
         40 linux-xfs
         40 ltp
         38 bpf
         38 linux-rdma
         37 linux-samsung-soc
         36 linux-btrfs
         36 linux-doc
         35 linux-pm
         35 linux-gpio
         34 linux-clk
         34 linux-ext4
         34 linux-pci
         33 linux-mediatek
         33 linux-input
         32 linux-acpi
         32 linux-tegra
         30 linux-mtd
         30 linux-block
         30 linux-bluetooth
         29 linux-patches
         27 linux-crypto
         27 linux-iio
         27 linux-rockchip
         26 linux-renesas-soc
         26 linux-spi
         25 linux-api
         25 linux-perf-users
         24 kvmarm
         24 linux-usb
         24 linux-kselftest
         24 igt-dev
         22 linux-iommu
         22 linux-i2c
         22 lvm-devel
         21 linux-riscv
         21 linux-cifs
         21 linux-sh
         20 linux-f2fs-devel
         20 linux-mmc
         20 intel-xe
         19 linux-serial
         19 linux-fbdev
         19 nouveau
         19 intel-wired-lan
         18 linux-security-module
         18 kernel-janitors
         18 sparclinux
         18 linux-staging
         17 virtualization
         17 linux-kbuild
         17 b4-sent
         16 selinux
         16 linux-parisc
         16 linux-ide
         15 linux-nvme
         15 linux-rtc
         15 nvdimm
         15 qemu-riscv
         15 grub-devel
         14 linux-amlogic
         14 fstests
         14 containers
         14 linux-sunxi
         13 linux-trace-devel
         13 linux-hyperv
         13 linux-cxl
         13 yocto-meta-ti
         13 yocto-meta-arago
         13 linux-sound
         12 linux-hwmon
         12 dmaengine
         12 linux-rt-users
         12 linux-m68k
         12 ceph-devel
         12 linux-can
         12 linux-raid
         12 platform-driver-x86
         12 dm-devel
         12 lustre-devel
         12 yocto
         11 linux-integrity
         11 cip-dev
         11 linux-pwm
         11 openbmc
         11 mptcp
         11 kexec
         11 linux-trace-kernel
         11 cluster-devel
         10 linux-efi
         10 linux-watchdog
         10 linux-hardening
         10 yocto-meta-arm
         10 batman
          9 linux-leds
          9 workflows
          9 rust-for-linux
          9 linux-um
          8 linux-nvdimm
          8 kernel-hardening
          8 io-uring
          8 linux-csky
          8 llvm
          8 ofono
          8 yocto-meta-freescale
          8 yocto-meta-virtualization
          8 xenomai
          8 openrisc
          8 loongarch
          8 imx
          8 kdevops
          8 barebox
          7 linux-erofs
          7 linux-snps-arc
          7 linux-next
          7 linux-man
          7 linux-sparse
          7 linux-fpga
          7 soc
          7 ocfs2-devel
          7 linux-phy
          7 poky
          7 linux-alpha
          7 linux-hexagon
          6 driverdev-devel
          6 linux-sgx
          6 rcu
          6 backports
          6 linux-kernel-mentees
          6 iwd
          6 bitbake-devel
          6 outreachy
          6 linux-ia64
          6 kvm-ppc
          6 yocto-patches
          5 linux-fscrypt
          5 util-linux
          5 linux-wpan
          5 lttng-dev
          5 phone-devel
          5 keyrings
          5 ath10k
          5 ath11k
          5 chrome-platform
          5 virtio-comment
          5 cgroups
          5 dtrace
          4 linux-edac
          4 linux-modules
          4 linux-unionfs
          4 linux-coco
          4 ath9k-devel
          4 fio
          4 yocto-docs
          4 dccp
          4 initramfs
          4 reiserfs-devel
          4 linux-nilfs
          4 lm-sensors
          4 fuego
          4 linux-aspeed
          3 live-patching
          3 linux-i3c
          3 linux-spdx
          3 linux-firmware
          3 linux-audit
          3 linux-remoteproc
          3 linux-sctp
          3 target-devel
          3 yocto-toaster
          3 damon
          3 asahi
          3 oe-kbuild-all
          3 virtio-dev
          3 autofs
          3 cpufreq
          3 devicetree-compiler
          3 linux-laptop
          3 u-boot-amlogic
          3 perfbook
          3 lkmm
          3 kvm-riscv
          3 qemu-arm
          2 cocci
          2 wireguard
          2 tpmdd-devel
          2 linux-bcache
          2 mm-commits
          2 xdp-newbies
          2 dash
          2 tools
          2 linux-bcachefs
          2 linux-ppp
          2 ntb
          2 ath12k
          2 fsverity
          2 v9fs
          2 lvs-devel
          2 virtio-fs
          2 x86-cpuid
          2 opensbi
          2 qemu-rust
          1 kernelnewbies
          1 selinux-refpolicy
          1 keys
          1 ksummit-discuss
          1 linux-dash
          1 ccan
          1 regressions
          1 ksummit
          1 b43-dev
          1 historical-speck
          1 linux-nfc
          1 connman
          1 ntfs3
          1 ell
          1 oe-lkp
          1 oe-linux-nfc
          1 oe-chipsec
          1 kernel-tls-handshake
          1 ecryptfs
          1 kbd
          1 devicetree-spec
          1 hail-devel
          1 kvm-ia64
          1 linux-8086
          1 kernel-testers
          1 linux-btrace
          1 linux-embedded
          1 linux-hams
          1 linux-hotplug
          1 stgt
          1 trinity
          1 linux-metag
          1 linux-x25
          1 netfilter
          1 linux-oxnas
          1 acpica-devel
          1 bridge
          1 smatch
          1 wireless-regdb
          1 netfs
          1 brcm80211
          1 powertop
          1 sophgo

git clone https://yhbt.net/lore/pub/scm/git/git.git