pub/scm/linux/kernel/git/maz/quilttools.git  about / heads / tags
maz version of tglx quilttools
$ git log --pretty=format:'%h %s (%cs)%d'
868a9c9 mb2q: Make cover letter replies work again (2019-11-07)
	(HEAD -> master)
d2a74e7 mb2q: Fix deprecated yaml.load() warnings by specifying Loader (2019-09-26)
e6f724d mb2q: Feed the supplied character set into the decoder (2019-09-03)
9b978cc mb2q: Handle malformed discard lines gracefully (2019-09-03)
5d83c7a mb2q: Do not assume that diffs start with 'a/' (2019-09-03)
ffcfdbb mb2q: Handle same subject in a thread and no SOB in patch proper (2019-08-28)
e3a2424 mb2q: Make the default list/cc work correctly (2019-08-27)
80489f2 mb2q: Add config option to keep certain Cc addresses and fix SOB placement (2019-08-27)
d5b6cb2 man: Add examples to mb2q man page (2019-08-26)
f17a0c7 quilttools: Initial import (2019-08-26)

$ 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))'
  lore         mb2q: Fetch mbox from lore (2019-11-17)
  sort         mb2q: Add option to sort input mbox by subject (2019-11-17)
* master       mb2q: Make cover letter replies work again (2019-11-07)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

# 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://80x24.org/lore/pub/scm/linux/kernel/git/maz/quilttools.git