pub/scm/virt/kvm/mst/virtio-spec.git  about / heads / tags
MST virtio spec development: in lyx format
$ git log --pretty=format:'%h %s (%cs)%d'
3fc0996 virtio spec 0.9.5 (2012-06-26)
	(HEAD -> master, next)
00f6d1e virtio spec 0.9.4 (2012-06-26)
7411111 virtio spec 0.9.3 (2012-06-26)
7183384 virtio spec 0.9.2 (2012-06-26)
8d68ea9 virtio spec 0.9.1 (2012-06-26)
4d813df virtio spec 0.9 (2012-06-26)
b9cbafa virtio spec 0.8.9 (2012-06-26)
b6c9e36 virtio spec 0.8.8 (2012-06-26)
04886c4 virtio spec 0.8.7 (2012-06-26)
612aa99 virtio spec 0.8.10 (2012-06-26)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       virtio spec 0.9.5 (2012-06-26)
  next         virtio spec 0.9.5 (2012-06-26)

# 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)
          1 netdev

git clone https://80x24.org/lore/pub/scm/virt/kvm/mst/virtio-spec.git