pub/scm/linux/kernel/git/colyli/mdadm-test.git  about / heads / tags
Unnamed repository
$ git log --pretty=format:'%h %s (%cs)%d'
# no commits in `HEAD', yet

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

# 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 http://yhbt.net/lore/pub/scm/linux/kernel/git/colyli/mdadm-test.git