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

	size	name
 	34	.document
 	163	.gitignore
 	303	.olddoc.yml
 	35063	COPYING
d	-	Documentation/
 	1667	FAQ
x	732	GIT-VERSION-GEN
 	477	GNUmakefile
 	3035	LICENSE
 	4180	README
d	-	bin/
d	-	lib/
 	1362	local.mk.sample
 	4055	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