unicorn.git  about / heads / tags
Rack HTTP server for Unix and fast clients
tree 585cc0b26b7b7bb8d2e5cb3dfa58a455b2537ea1
$ git ls-tree -l no-kgio-wip:	# shows similar output on the CLI

	size	name
 	1499	.CHANGELOG.old
 	387	.document
 	85	.gitattributes
 	264	.gitignore
 	1747	.mailmap
 	519	.olddoc.yml
 	3021	Application_Timeouts
 	874	CONTRIBUTORS
 	35063	COPYING
 	4620	DESIGN
d	-	Documentation/
 	2852	FAQ
x	1067	GIT-VERSION-GEN
 	7712	GNUmakefile
 	3909	HACKING
 	4244	ISSUES
 	3893	KNOWN_ISSUES
 	3037	LICENSE
 	1961	Links
 	6466	PHILOSOPHY
 	5248	README
 	579	Rakefile
 	5297	SIGNALS
 	3834	Sandbox
 	51	TODO
 	5303	TUNING
d	-	archive/
d	-	bin/
d	-	examples/
d	-	ext/
d	-	lib/
 	36189	setup.rb
d	-	t/
d	-	test/
 	1935	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