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

	size	name
 	177	.gitignore
 	708	CHANGELOG
 	220	CONTRIBUTORS
 	2369	COPYING
 	2389	LICENSE
 	1093	Manifest
 	3089	README
 	3630	Rakefile
 	348	TODO
d	-	ext/
d	-	lib/
 	1208	mongrel-public_cert.pem
 	36162	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/unicorn.git