zbatery.git  about / heads / tags
Zbatery HTTP server for Rack
tree af1b1535ea23871844277655eaa316f53089f018
$ git ls-tree -l v3.0.0:	# shows similar output on the CLI

	size	name
 	55	.document
 	169	.gitignore
 	215	.wrongdoc.yml
 	17987	COPYING
d	-	Documentation/
 	1672	FAQ
x	736	GIT-VERSION-GEN
 	4396	GNUmakefile
 	2507	LICENSE
 	4639	README
 	2808	Rakefile
d	-	bin/
d	-	lib/
 	1362	local.mk.sample
 	36182	setup.rb
d	-	t/
 	1238	zbatery.gemspec
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/zbatery.git