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

	size	name
 	48	.document
 	161	.gitignore
 	17987	COPYING
d	-	Documentation/
 	1672	FAQ
x	736	GIT-VERSION-GEN
 	5995	GNUmakefile
 	2507	LICENSE
 	4639	README
 	5484	Rakefile
d	-	bin/
d	-	lib/
 	2380	local.mk.sample
 	36182	setup.rb
d	-	t/
 	2012	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