local-openid.git  about / heads / tags
Single User, Ephemeral OpenID Provider
tree df8c740b0feade1677e50449921769231acfaebd
$ git ls-tree -l v0.4.1:	# shows similar output on the CLI

	size	name
 	35	.document
 	118	.gitignore
 	290	.olddoc.yml
 	34520	COPYING
x	736	GIT-VERSION-GEN
 	195	GNUmakefile
 	296	LICENSE
 	4041	README
 	1992	Rakefile
d	-	bin/
d	-	lib/
 	749	local-openid.gemspec
 	4055	pkg.mk
 	36162	setup.rb
glossary
--------
Tree objects belong to commits or other tree objects.  Trees may
reference blobs, sub-trees, or (rarely) commits of submodules.

Path names are stored in tree objects, but trees do not know
their own path name.  A tree's path name comes from their parent tree,
or it is the root tree referenced by a commit object.  Thus, this web UI
relies on the `b=' URI parameter as a hint to display the path name.
git clone https://yhbt.net/local-openid.git