pub/scm/linux/kernel/git/pratyush/magit-reproducer.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)
          2 git
          1 qemu-devel
          1 dpdk-dev
          1 linux-modules

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/pratyush/magit-reproducer.git