pub/scm/linux/kernel/git/tglx/quilttools.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/tglx/quilttools.git/
$ git log --pretty=format:'%h %s (%cs)%d'
d86ba1a mb2q: Workaround broken mbox formats (2020-10-01)
	(HEAD -> master)
165baa7 mb2q: Add keepcc option (2020-10-01)
699574e mb2q: Handle newlines in Message-Id and related headers (2020-10-01)
b375d96 mb2q: Make subject stripping more robust (2020-10-01)
5b3ea2d mb2q: Make Cc parsing less fragile (2020-10-01)
3a0deae mb2q: Pickup Reviewed-and-tested-by tags (2020-10-01)
21c4c39 mb2q: Add Debugged-by tag (2020-10-01)
ddf0f83 mb2q: Split out version information (2020-10-01)
3b278ec quilttools: Add Python setup support (2020-10-01)
25edbe0 mb2q: Use yaml.SafeLoader for compability with py-yaml < v3.14 (2020-02-07)
...

$ git cat-file blob HEAD:README.md
# mb2q - Mailbox to quilt series converter

## Install

It's recommended to generate the appropriate package for your system and
install it via the package manager.

## Usage

See Documentation and man pages

# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       mb2q: Workaround broken mbox formats (2020-10-01)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.3         Release v0.3 (2020-01-09) tar.gz
v0.2         Tag version 0.2 (2019-12-17) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          2 lkml
          2 linux-xfs
          2 linux-devicetree
          2 linux-pm
          2 linux-bluetooth
          1 linux-samsung-soc
          1 linux-wireless
          1 linux-mtd
          1 linux-riscv
          1 linux-nvme
          1 bpf
          1 linux-nfs
          1 qemu-devel
          1 linux-mediatek
          1 linux-crypto
          1 linux-acpi
          1 netfilter-devel
          1 linux-fsdevel
          1 linux-cifs
          1 linux-arm-msm
          1 linux-amlogic
          1 linux-erofs
          1 linux-mm
          1 linux-iommu
          1 netdev
          1 linux-media
          1 xen-devel
          1 stable
          1 linux-mips
          1 fstests
          1 linux-rtc
          1 linux-input
          1 alsa-devel
          1 linux-scsi
          1 linux-btrfs
          1 linux-arm-kernel
          1 kvmarm
          1 driverdev-devel
          1 linux-usb
          1 linux-kselftest
          1 selinux
          1 linux-clk
          1 linux-iio
          1 linux-gpio
          1 linux-rdma
          1 linux-ext4
          1 dpdk-dev
          1 linux-security-module
          1 linux-pci
          1 linux-f2fs-devel
          1 linuxppc-dev
          1 kvm
          1 linux-modules
          1 linux-rt-users
          1 linux-ide
          1 linux-serial
          1 linux-watchdog
          1 linux-trace-devel
          1 selinux-refpolicy
          1 util-linux
          1 backports
          1 linux-doc
          1 git
          1 linux-man
          1 linux-mmc
          1 amd-gfx
          1 dri-devel
          1 intel-gfx
          1 linux-api
          1 linux-omap
          1 linux-spi
          1 linux-i2c
          1 linux-sparse
          1 linux-tegra
          1 lttng-dev
          1 virtualization
          1 linux-kbuild
          1 linux-arch
          1 linux-can
          1 containers
          1 linux-rockchip
          1 linux-raid
          1 phone-devel
          1 openbmc
          1 linux-fbdev
          1 linux-cxl
          1 linux-perf-users
          1 linux-sh
          1 nouveau
          1 linux-s390
          1 linux-coco
          1 u-boot
          1 buildroot
          1 iwd
          1 ltp
          1 yocto
          1 yocto-meta-freescale
          1 openembedded-core
          1 yocto-toaster
          1 yocto-meta-arm
          1 openembedded-devel
          1 bitbake-devel
          1 yocto-meta-virtualization
          1 yocto-meta-ti
          1 yocto-meta-arago
          1 outreachy
          1 openrisc
          1 intel-wired-lan
          1 kexec
          1 intel-xe
          1 linux-um
          1 virtio-comment
          1 poky
          1 qemu-riscv
          1 cluster-devel
          1 grub-devel
          1 kvm-ppc
          1 linux-hexagon
          1 reiserfs-devel
          1 lvm-devel
          1 virtio-fs
          1 ../../../../../../../fuego
          1 ../../../../../../../igt-dev

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/tglx/quilttools.git