unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree 72bfea066e444fafc9455a8d6f47629a83fc65bd
$ git ls-tree -l v0.990.0:t	# shows similar output on the CLI

	size	name
 	21	.gitignore
 	1629	GNUmakefile
 	1290	README
d	-	bin/
 	118	env.ru
 	4507	my-tap-lib.sh
d	-	rails3-app/
x	844	t0000-http-basic.sh
x	986	t0001-reload-bad-config.sh
x	974	t0002-config-conflict.sh
x	1052	t0300-rails3-basic.sh
 	1946	test-lib.sh
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/unicorn.git