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

	size	name
 	55	.document
 	169	.gitignore
 	202	.wrongdoc.yml
 	35063	COPYING
d	-	Documentation/
 	1672	FAQ
x	736	GIT-VERSION-GEN
 	732	GNUmakefile
 	2920	LICENSE
 	4564	README
 	2793	Rakefile
d	-	bin/
d	-	lib/
 	1362	local.mk.sample
 	5230	pkg.mk
 	36182	setup.rb
d	-	t/
 	1234	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