pub/scm/linux/kernel/git/sashal/autosel-test.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/sashal/autosel-test.git/
$ git log --pretty=format:'%h %s (%cs)%d'
9132562 ds1 (2023-05-17)
	(HEAD -> master)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       ds1 (2023-05-17)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
# no tags, yet...

git clone https://80x24.org/lore/pub/scm/linux/kernel/git/sashal/autosel-test.git