pub/scm/linux/kernel/git/pratyush/magit-reproducer.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/pratyush/magit-reproducer.git/
$ git log --pretty=format:'%h %s (%cs)%d'
b24e035 2 (2024-01-15)
	(HEAD -> master)
5a36282 1 (2024-01-15)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
  heads/HEAD   2.1 (2024-01-15)
* master       2 (2024-01-15)

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