pub/scm/linux/kernel/git/colyli/mdadm-test.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/colyli/mdadm-test.git/
$ git log --pretty=format:'%h %s (%cs)%d'
178dd47 mdadm-test: copy test suite from upstream mdadm repo (2022-04-08)
	(HEAD -> master)
21f5bfc Add COPYING file (2022-03-22)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       mdadm-test: copy test suite from upstream mdadm repo (2022-04-08)

# 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)
         12 linux-raid
          2 lkml
          2 linuxppc-dev
          1 linux-nfs
          1 netfilter-devel
          1 linux-mm
          1 linux-media
          1 linux-mips
          1 linux-btrfs
          1 linux-gpio
          1 linux-rdma
          1 dpdk-dev
          1 util-linux
          1 git
          1 dm-devel
          1 sparclinux
          1 u-boot
          1 fio
          1 yocto-meta-freescale
          1 poky
          1 linux-ia64

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/colyli/mdadm-test.git