local-openid.git  about / heads / tags
Single User, Ephemeral OpenID Provider
$ git log --pretty=format:'%h %s (%cs)%d' v0.1.0 --
ce5ea36 Documentation bits (2009-04-05)
	(tag: v0.1.0)
352e5c7 initial commit (2009-04-05)
# heads (aka `branches'):
$ git for-each-ref --sort=-creatordate refs/heads \
	--format='%(HEAD) %(refname:short) %(subject) (%(creatordate:short))'
* master       local-openid 0.4.2 (2020-02-22)

# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
v0.4.2       local-openid 0.4.2 (2020-02-22) tar.gz
v0.4.1       local-openid 0.4.1 - update URLs and stuff (2016-05-01) tar.gz
v0.4.0       local-openid 0.4.0 - non-standard ports and schemes (2013-03-12) tar.gz
v0.3.0       local-openid 0.3.0 - compatibility improvements (2012-07-01) tar.gz
v0.2.0       local-openid 0.2.0 - repackaged (2010-06-26) tar.gz
v0.1.1       local-openid 0.1.1 (2009-04-06) tar.gz
v0.1.0       local-openid 0.1.0 (2009-04-05) tar.gz

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

git clone https://yhbt.net/local-openid.git