pub/scm/git/git-htmldocs.git  about / heads / tags
Git HTML Documentation
$ git log --pretty=format:'%h %s (%cs)%d'
7af7f87d Autogenerated HTML docs for v2.45.0-31-gd4cc1 (2024-05-01)
	(HEAD -> master)
a181e55f Autogenerated HTML docs for v2.45.0 (2024-04-29)
8607032f Autogenerated HTML docs for v2.45.0-rc1-8-ge326e (2024-04-25)
e2af44f4 Autogenerated HTML docs for v2.45.0-rc1-1-g9f32d (2024-04-24)
a8733db9 Autogenerated HTML docs for v2.45.0-rc1 (2024-04-23)
80a8cdd6 Autogenerated HTML docs for v2.45.0-rc0-48-g10f128 (2024-04-23)
4c7e783f Autogenerated HTML docs for v2.45.0-rc0-3-g00e10e (2024-04-22)
3ad8b85b Autogenerated HTML docs for v2.45.0-rc0 (2024-04-19)
aceb850b Autogenerated HTML docs for v2.44.0-651-g21306 (2024-04-16)
766aae70 Autogenerated HTML docs for v2.44.0-616-g548fe3 (2024-04-15)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Autogenerated HTML docs for v2.45.0-31-gd4cc1 (2024-05-01)

# 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/git/git-htmldocs.git