pub/scm/linux/kernel/git/arne/qgroups-doc.git  about / heads / tags
Documentation for Btrfs QGroups
$ git log --pretty=format:'%h %s (%cs)%d'
aaa3925 Grammatical and typographical corrections, orthographic suggestions (2012-08-20)
	(HEAD -> master)
ff524a2 initial version (2012-08-17)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Grammatical and typographical corrections, orthographic suggestions (2012-08-20)

# 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 linux-bluetooth
          1 u-boot

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/arne/qgroups-doc.git