unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree b48370ca8a48990cac4da4664cc8949da21b7c9e
$ git ls-tree -l v3.0.0pre1:t	# shows similar output on the CLI

	size	name
 	21	.gitignore
 	1845	GNUmakefile
 	1290	README
d	-	bin/
 	118	env.ru
 	4517	my-tap-lib.sh
 	106	pid.ru
 	375	preread_input.ru
d	-	rails3-app/
x	844	t0000-http-basic.sh
x	986	t0001-reload-bad-config.sh
x	974	t0002-config-conflict.sh
x	1160	t0003-working_directory.sh
x	469	t0004-working_directory_broken.sh
x	676	t0005-working_directory_app.rb.sh
x	1646	t0006-reopen-logs.sh
 	308	t0006.ru
x	925	t0007-working_directory_no_embed_cli.sh
x	2148	t0008-back_out_of_upgrade.sh
x	1335	t0009-winch_ttin.sh
x	1021	t0010-reap-logging.sh
 	1641	t0011-active-unix-socket.sh
x	1832	t0012-reload-empty-config.sh
x	444	t0013-rewindable-input-false.sh
x	430	t0014-rewindable-input-true.sh
x	513	t0300-rails3-basic.sh
x	622	t0301-rails3-missing-config-ru.sh
x	643	t0302-rails3-alt-working_directory.sh
x	1168	t0303-rails3-alt-working_directory_config.ru.sh
x	1070	t0304-rails3-alt-working_directory_no_embed_cli.sh
x	968	t9000-preread-input.sh
 	2182	test-lib.sh
 	591	test-rails3.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