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

	size	name
 	56	.gitignore
 	3391	GNUmakefile
d	-	bin/
 	382	large-file-response.ru
 	4511	my-tap-lib.sh
 	492	sha1-random-size.ru
 	445	sigchld.ru
 	290	sleep.ru
x	2403	t0003-reopen-logs.sh
x	1970	t0005-large-file-response.sh
x	869	t0006-sigchld.sh
x	3154	t0020-large-sendfile-response.sh
x	1450	t0103-rack-input-limit.sh
 	3739	test-lib.sh
 	1227	test_isolate.rb
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