pub/scm/docs/tab/tab.git  about / heads / tags
mirror of https://git.kernel.org/pub/scm/docs/tab/tab.git/
$ git log --pretty=format:'%h %s (%cs)%d'
b5e2fbf Minutes - January 12th, 2022 (2022-02-09)
	(HEAD -> master)
ebdcf09 Minutes - December 8th, 2021 (2022-02-09)
4391017 Minutes - November 10th, 2021 (2022-02-09)
0c50d6e Minutes - October 14th, 2021 (2022-02-09)
6cba311 Minutes - September 7th, 2021 (2022-02-09)
e89a5ea Minutes - July 14th, 2021 (2022-02-09)
eb1c2c5 charter: Add changes to election procedures (2021-09-15)
ca4b582 charter: Line wrap to 80 characters (2021-09-15)
453456d Minutes - January 7th, 2021 (2021-08-28)
b1e9cc9 Minutes - December 3rd, 2020 (2021-08-28)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Minutes - January 12th, 2022 (2022-02-09)

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