unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree 8c54df8b71495b5c35a240c356d5c6423af3f972
$ git ls-tree -l 4.x-stable:	# shows similar output on the CLI

	size	name
 	1499	.CHANGELOG.old
 	387	.document
 	264	.gitignore
 	1747	.mailmap
 	415	.olddoc.yml
 	3020	Application_Timeouts
 	874	CONTRIBUTORS
 	35063	COPYING
 	4727	DESIGN
d	-	Documentation/
 	2469	FAQ
x	1067	GIT-VERSION-GEN
 	7294	GNUmakefile
 	3927	HACKING
 	4119	ISSUES
 	3840	KNOWN_ISSUES
 	3035	LICENSE
 	2020	Links
 	6754	PHILOSOPHY
 	5096	README
 	579	Rakefile
 	5296	SIGNALS
 	3818	Sandbox
 	94	TODO
 	4446	TUNING
d	-	archive/
d	-	bin/
d	-	examples/
d	-	ext/
d	-	lib/
 	36189	setup.rb
d	-	t/
d	-	test/
 	1512	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