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

	size	name
 	25	.document
 	137	.gitignore
 	496	.olddoc.yml
 	34520	COPYING
x	732	GIT-VERSION-GEN
 	93	GNUmakefile
 	304	LICENSE
 	4029	README
d	-	bin/
d	-	lib/
 	756	local-openid.gemspec
 	4056	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