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

	size	name
 	51	.document
 	169	.gitignore
 	327	.wrongdoc.yml
 	35063	COPYING
d	-	Documentation/
 	1667	FAQ
x	732	GIT-VERSION-GEN
 	693	GNUmakefile
 	3035	LICENSE
 	3979	README
 	1818	Rakefile
d	-	bin/
d	-	lib/
 	1362	local.mk.sample
 	5230	pkg.mk
 	36182	setup.rb
d	-	t/
 	1115	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