pub/scm/infra/transparency-logs/gitolite/git/0.git  about / heads / tags
Gitolite transparency log 2013-08-01 to 2020-10-31
$ git log --pretty=format:'%h %s (%cs)%d'
729e335be37 post-receive: pub/scm/linux/kernel/git/netdev/net-next (2020-11-03)
	(HEAD -> master)
de5edad4c61 post-receive: pub/scm/linux/kernel/git/netdev/net-next (2020-11-03)
af2e2ccd3cc post-receive: pub/scm/linux/kernel/git/netdev/net-next (2020-11-03)
494092eff69 post-receive: pub/scm/linux/kernel/git/netdev/net-next (2020-11-03)
391fe954291 post-receive: pub/scm/linux/kernel/git/torvalds/linux (2020-11-03)
fb8b44692ed post-receive: pub/scm/linux/kernel/git/netdev/net-next (2020-11-03)
4b46f768ca8 post-receive: pub/scm/linux/kernel/git/netdev/net (2020-11-03)
1529074c4e0 post-receive: pub/scm/linux/kernel/git/netdev/net-next (2020-11-03)
8a30b762d5b post-receive: pub/scm/linux/kernel/git/torvalds/linux (2020-11-03)
97604f3117c post-receive: pub/scm/linux/kernel/git/netdev/net (2020-11-03)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       post-receive: pub/scm/linux/kernel/git/netdev/net-next (2020-11-03)

# 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/infra/transparency-logs/gitolite/git/0.git