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

	size	name
 	35	.document
 	118	.gitignore
 	218	.wrongdoc.yml
 	34520	COPYING
x	736	GIT-VERSION-GEN
 	234	GNUmakefile
 	296	LICENSE
 	4072	README
 	3005	Rakefile
d	-	bin/
d	-	lib/
 	891	local-openid.gemspec
 	5230	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