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

	size	name
 	51	.document
 	169	.gitignore
 	281	.wrongdoc.yml
 	35063	COPYING
d	-	Documentation/
 	1672	FAQ
x	736	GIT-VERSION-GEN
 	732	GNUmakefile
 	2920	LICENSE
 	4177	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