unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree 04328c54741e3776e3b12c2f388364105941c3d5
$ git ls-tree -l v4.2.1:	# shows similar output on the CLI

	size	name
 	1499	.CHANGELOG.old
 	397	.document
 	245	.gitignore
 	1747	.mailmap
 	337	.wrongdoc.yml
 	3020	Application_Timeouts
 	874	CONTRIBUTORS
 	35063	COPYING
 	4727	DESIGN
d	-	Documentation/
 	2052	FAQ
x	736	GIT-VERSION-GEN
 	9407	GNUmakefile
 	4604	HACKING
 	1315	ISSUES
 	3840	KNOWN_ISSUES
 	2917	LICENSE
 	1880	Links
 	6753	PHILOSOPHY
 	5280	README
 	2748	Rakefile
 	4884	SIGNALS
 	3500	Sandbox
 	94	TODO
 	4445	TUNING
d	-	bin/
d	-	examples/
d	-	ext/
d	-	lib/
 	1660	local.mk.sample
d	-	script/
 	36189	setup.rb
d	-	t/
d	-	test/
 	1672	unicorn.gemspec
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