pub/scm/linux/kernel/git/geoff/mars-test-suite.git  about / heads / tags
MARS test suite
$ git log --pretty=format:'%h %s (%cs)%d'
dfa35ff Import files (2008-09-16)
	(HEAD -> master, tag: v1.0)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Import files (2008-09-16)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v1.0         Import files (2008-09-16) tar.gz

# associated public inboxes:
# (number on the left is used for dev purposes)
          1 lkml
          1 linux-omap

git clone https://yhbt.net/lore/pub/scm/linux/kernel/git/geoff/mars-test-suite.git