doc  about / heads / tags
Unnamed repository
$ git log --pretty=format:'%h %s (%cs)%d'
3b1ecf7 Become REUSE 3.0 compliant (2020-07-31)
	(HEAD -> master)
13e7dab Document spectrum-vm (2020-06-13)
fb12866 Document crosvm memfd server (2020-05-29)
66beee3 HTTPS Creative Commons link (2020-05-22)
b9ebbed Use literal instead of listing for tree output (2020-05-11)
20a65f5 Mention spectrum-vm in crosvm documentation (2020-05-11)
a9e30e8 Add crosvm URL in tree example (2020-05-08)
7146462 Fix adhd URL (2020-05-08)
dd7cc0f Add "Hacking on crosvm" section (2020-05-08)
d272aa8 Spellcheck (2020-05-08)
...
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       Become REUSE 3.0 compliant (2020-07-31)

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

# associated public inboxes:
# (number on the left is used for dev purposes)
            https://inbox.spectrum-os.org/spectrum-devel

git clone https://inbox.spectrum-os.org/doc