http_spew.git  about / heads / tags
LAN-only HTTP spam^H^H^H^Hclient for Ruby
tree 45a0adde0b039e02ead929792e3f1375c5b35e32
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	31	.document
 	85	.gitignore
 	206	.olddoc.yml
 	18092	COPYING
x	732	GIT-VERSION-GEN
 	376	GNUmakefile
 	722	LICENSE
 	2023	README
d	-	benchmark/
 	747	http_spew.gemspec
d	-	lib/
 	4093	pkg.mk
 	36155	setup.rb
d	-	test/
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/http_spew.git