$ git log --pretty=format:'%h %s (%cs)%d'
25900eb remail: v0.14 (2023-06-20)
(HEAD -> master, tag: v0.14, testing)
dc68e97 remail: Make From header mangling less convoluted (2023-06-20)
424944a remail: Add X-Original-From header (2023-06-20)
ea4b0b4 remail: Fix closing boundaries (2023-06-20)
2760a2d remail: Check outgoing mails for defects (2023-06-20)
759dd19 remail: Simplify send_mail() (2023-06-20)
79aa834 remail: Unify send_mail() (2023-06-20)
c3b13e4 remail: Simplify msg_set_header() (2023-06-20)
88f8e48 remail: Use email.utils.get_addresses() (2023-06-20)
893b951 remail: Use email.utils.parseaddr() (2023-06-20)
...
$ git cat-file blob HEAD:README.md
# remail - A set of tools for crypted mailing lists
A simplistic but powerfull crypted mailing list tool set. The following
tools are available:
remail_daemon - The crypto mailing list processor
remail_chkcfg - Tool to check the configuration
## 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 remail: v0.14 (2023-06-20)
testing remail: v0.14 (2023-06-20)
# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.14 remail: v0.14 (2023-06-20) tar.gz
v0.13 remail: v0.13 (2020-11-05) tar.gz
v0.12 remail: v0.12 (2020-11-01) tar.gz
v0.11 remail: v0.11 (2020-09-19) tar.gz
v0.10 v0.10 (2020-09-04) tar.gz
v0.9 remail: v0.9 (2020-03-11) tar.gz
v0.8 remail v0.8 (2020-03-04) tar.gz
v0.7 remail: v0.7 (2020-02-19) tar.gz
v0.6 remail: v0.6 (2020-02-17) tar.gz
v0.5 remail: V0.5 (2020-01-09) tar.gz
...
# associated public inboxes:
# (number on the left is used for dev purposes)
5 lkml
4 netdev
3 linux-media
3 linux-arm-kernel
3 linuxppc-dev
3 linux-doc
2 linux-samsung-soc
2 linux-wireless
2 linux-mtd
2 linux-riscv
2 bpf
2 qemu-devel
2 linux-devicetree
2 linux-mm
2 stable
2 git
2 dri-devel
2 intel-gfx
2 virtualization
2 linux-arch
2 u-boot
2 buildroot
2 iwd
2 linux-um
1 linux-nvme
1 linux-xfs
1 linux-nfs
1 linux-mediatek
1 linux-crypto
1 linux-acpi
1 netfilter-devel
1 linux-fsdevel
1 linux-cifs
1 linux-amlogic
1 linux-erofs
1 linux-iommu
1 xen-devel
1 linux-mips
1 fstests
1 linux-pm
1 linux-rtc
1 linux-input
1 alsa-devel
1 linux-scsi
1 linux-btrfs
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 kvm
1 linux-modules
1 linux-rt-users
1 linux-bluetooth
1 linux-ide
1 linux-serial
1 linux-watchdog
1 linux-trace-devel
1 selinux-refpolicy
1 util-linux
1 backports
1 linux-man
1 linux-mmc
1 amd-gfx
1 linux-api
1 linux-omap
1 linux-audit
1 linux-spi
1 linux-i2c
1 linux-sparse
1 linux-tegra
1 lttng-dev
1 linux-kbuild
1 linux-can
1 containers
1 linux-rockchip
1 linux-raid
1 openbmc
1 linux-fbdev
1 linux-cxl
1 linux-perf-users
1 linux-sh
1 nouveau
1 linux-s390
1 linux-coco
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 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/remail.git