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

	size	name
 	1499	.CHANGELOG.old
 	183	.document
 	237	.gitignore
 	1747	.mailmap
 	874	CONTRIBUTORS
 	17987	COPYING
 	5118	DESIGN
d	-	Documentation/
 	2052	FAQ
x	740	GIT-VERSION-GEN
 	10916	GNUmakefile
 	4419	HACKING
 	1315	ISSUES
 	2571	KNOWN_ISSUES
 	2532	LICENSE
 	6799	PHILOSOPHY
 	5252	README
 	5916	Rakefile
 	4884	SIGNALS
 	3232	Sandbox
 	298	TODO
 	3614	TUNING
d	-	bin/
d	-	examples/
d	-	ext/
d	-	lib/
 	1660	local.mk.sample
d	-	script/
 	36189	setup.rb
d	-	t/
d	-	test/
 	1816	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