unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree 1141fa94bcf819c9cb534bec8873bad88473c188
$ git ls-tree -l HEAD:test/unit	# shows similar output on the CLI

	size	name
 	2672	test_ccc.rb
 	5492	test_configurator.rb
 	815	test_droplet.rb
 	31023	test_http_parser.rb
 	22133	test_http_parser_ng.rb
 	5611	test_request.rb
 	6821	test_server.rb
 	5686	test_signals.rb
 	4914	test_socket_helper.rb
 	5560	test_stream_input.rb
 	7949	test_tee_input.rb
 	3833	test_util.rb
 	1028	test_waiter.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/unicorn.git