pub/scm/git/git.git  about / heads / tags
The core git plumbing
$ git log --pretty=format:'%h %s (%cs)%d'
d6fd04375f The twelfth batch (2024-03-28)
	(HEAD -> master, main)
20d1adb6fc Merge branch 'jk/drop-hg-to-git' (2024-03-28)
8e2422320c Merge branch 'rs/t-prio-queue-fixes' (2024-03-28)
b31d466365 Merge branch 'bt/fuzz-config-parse' (2024-03-28)
bf0a352069 Merge branch 'jc/show-untracked-false' (2024-03-28)
396430b5a7 Merge branch 'ph/diff-src-dst-prefix-config' (2024-03-28)
1002f28a52 Merge branch 'eb/hash-transition' (2024-03-28)
c75fd8d815 The eleventh batch (2024-03-25)
03658df781 Merge branch 'bl/doc-key-val-sep-fix' (2024-03-25)
b58cc6aa5d Merge branch 'bl/doc-config-fixes' (2024-03-25)
...

$ 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.txt][] to get started, then see
[Documentation/giteveryday.txt][] for a useful minimum set of commands, and
`Documentation/git-<commandname>.txt` 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.txt][]
(`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.txt]: Documentation/gittutorial.txt
[Documentation/giteveryday.txt]: Documentation/giteveryday.txt
[Documentation/gitcvs-migration.txt]: Documentation/gitcvs-migration.txt
[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))'
  seen         Merge branch 'ew/khash-to-khashl' into seen (2024-03-28)
  todo         What's cooking (2024/03 #09) (2024-03-28)
  next         Sync with 'master' (2024-03-28)
  main         The twelfth batch (2024-03-28)
* master       The twelfth batch (2024-03-28)
  maint        Git 2.44 (2024-02-22)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v2.44.0      Git 2.44 (2024-02-22) tar.gz
v2.43.3      Git 2.43.3 (2024-02-22) tar.gz
v2.44.0-rc2  Git 2.44-rc2 (2024-02-19) tar.gz
v2.44.0-rc1  Git 2.44-rc1 (2024-02-13) tar.gz
v2.43.2      Git 2.43.2 (2024-02-13) tar.gz
v2.44.0-rc0  Git 2.44-rc0 (2024-02-08) tar.gz
v2.43.1      Git 2.43.1 (2024-02-08) tar.gz
v2.43.0      Git 2.43 (2023-11-20) tar.gz
v2.43.0-rc2  Git 2.43-rc2 (2023-11-14) tar.gz
v2.43.0-rc1  Git 2.43-rc1 (2023-11-08) tar.gz
...

# associated public inboxes:
# (number on the left is used for dev purposes)
      77612 git
       1141 lkml
        277 qemu-devel
        276 netdev
        261 linux-arm-kernel
        254 u-boot
        189 stable
        165 linux-devicetree
        112 dri-devel
        109 dpdk-dev
         97 kvm
         93 xen-devel
         92 intel-gfx
         90 buildroot
         89 linux-fsdevel
         88 linux-wireless
         82 linux-media
         75 linux-mm
         68 alsa-devel
         65 linuxppc-dev
         58 linux-scsi
         54 linux-omap
         54 openembedded-core
         53 linux-arm-msm
         42 linux-nfs
         40 amd-gfx
         38 linux-arch
         36 netfilter-devel
         35 linux-xfs
         34 linux-samsung-soc
         34 linux-mips
         34 linux-btrfs
         33 linux-rdma
         33 linux-s390
         31 bpf
         31 ltp
         30 openembedded-devel
         29 linux-pm
         29 linux-ext4
         29 linux-pci
         28 linux-acpi
         27 linux-mediatek
         27 linux-input
         27 linux-gpio
         27 linux-tegra
         26 linux-clk
         26 linux-doc
         25 linux-block
         25 linux-bluetooth
         24 linux-mtd
         24 linux-api
         23 linux-spi
         22 linux-iio
         22 linux-rockchip
         22 linux-patches
         22 lvm-devel
         19 linux-crypto
         19 linux-cifs
         19 linux-renesas-soc
         19 linux-i2c
         18 linux-iommu
         18 kvmarm
         18 linux-usb
         18 linux-f2fs-devel
         18 ../../../../igt-dev
         17 linux-perf-users
         17 linux-sh
         17 nouveau
         15 linux-kselftest
         15 linux-security-module
         15 linux-serial
         15 kernel-janitors
         15 intel-wired-lan
         14 linux-mmc
         14 virtualization
         14 containers
         14 linux-fbdev
         13 linux-nvme
         13 selinux
         13 linux-ide
         13 linux-trace-devel
         12 linux-riscv
         12 linux-parisc
         12 lustre-devel
         12 linux-staging
         12 qemu-riscv
         11 linux-hyperv
         11 sparclinux
         11 nvdimm
         11 yocto
         11 intel-xe
         11 cluster-devel
         10 linux-rtc
         10 linux-rt-users
         10 linux-kbuild
         10 linux-raid
         10 dm-devel
         10 kexec
          9 linux-integrity
          9 ceph-devel
          9 linux-can
          9 linux-sunxi
          9 yocto-meta-ti
          9 batman
          9 grub-devel
          8 linux-amlogic
          8 linux-nvdimm
          8 fstests
          8 kernel-hardening
          8 platform-driver-x86
          8 linux-cxl
          8 mptcp
          8 yocto-meta-freescale
          7 workflows
          7 linux-m68k
          7 ocfs2-devel
          7 poky
          6 linux-efi
          6 linux-hwmon
          6 driverdev-devel
          6 dmaengine
          6 linux-next
          6 linux-watchdog
          6 io-uring
          6 linux-man
          6 cip-dev
          6 linux-sparse
          6 openbmc
          6 linux-hardening
          6 ofono
          6 yocto-meta-arago
          6 outreachy
          6 linux-ia64
          6 kvm-ppc
          5 linux-fscrypt
          5 linux-erofs
          5 linux-leds
          5 linux-sgx
          5 util-linux
          5 linux-wpan
          5 backports
          5 lttng-dev
          5 ath10k
          5 ath11k
          5 iwd
          5 openrisc
          5 virtio-comment
          5 cgroups
          4 rcu
          4 linux-pwm
          4 linux-fpga
          4 phone-devel
          4 keyrings
          4 ath9k-devel
          4 xenomai
          4 linux-um
          4 dccp
          4 linux-alpha
          4 linux-sound
          4 reiserfs-devel
          4 linux-nilfs
          4 lm-sensors
          4 ../../../../fuego
          3 linux-snps-arc
          3 linux-spdx
          3 linux-unionfs
          3 linux-audit
          3 linux-sctp
          3 target-devel
          3 rust-for-linux
          3 linux-phy
          3 llvm
          3 fio
          3 yocto-toaster
          3 yocto-meta-arm
          3 yocto-meta-virtualization
          3 asahi
          3 linux-trace-kernel
          3 virtio-dev
          3 autofs
          3 cpufreq
          3 initramfs
          3 linux-hexagon
          3 linux-laptop
          2 live-patching
          2 linux-edac
          2 linux-modules
          2 linux-kernel-mentees
          2 tpmdd-devel
          2 linux-firmware
          2 linux-bcache
          2 mm-commits
          2 xdp-newbies
          2 soc
          2 linux-coco
          2 bitbake-devel
          2 chrome-platform
          2 ntb
          2 loongarch
          2 ath12k
          2 b4-sent
          2 oe-kbuild-all
          2 lvs-devel
          2 perfbook
          2 virtio-fs
          1 cocci
          1 kernelnewbies
          1 selinux-refpolicy
          1 linux-i3c
          1 ksummit-discuss
          1 wireguard
          1 linux-csky
          1 linux-remoteproc
          1 linux-dash
          1 ccan
          1 dash
          1 tools
          1 regressions
          1 ksummit
          1 b43-dev
          1 historical-speck
          1 linux-nfc
          1 connman
          1 linux-bcachefs
          1 ntfs3
          1 linux-ppp
          1 ell
          1 yocto-docs
          1 damon
          1 imx
          1 oe-lkp
          1 oe-linux-nfc
          1 oe-chipsec
          1 fsverity
          1 v9fs
          1 ecryptfs
          1 kdevops
          1 kbd
          1 devicetree-spec
          1 devicetree-compiler
          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 u-boot-amlogic
          1 acpica-devel
          1 bridge
          1 smatch
          1 ../../../../wireless-regdb
          1 ../../../../brcm80211
          1 ../../../../powertop

git clone https://80x24.org/lore/pub/scm/git/git.git