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

	size	name
 	35	.document
 	110	.gitignore
 	34520	COPYING
x	736	GIT-VERSION-GEN
 	4515	GNUmakefile
 	296	LICENSE
 	3988	README
 	5489	Rakefile
d	-	bin/
d	-	lib/
 	1057	local-openid.gemspec
 	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