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

	size	name
 	1499	.CHANGELOG.old
 	175	.document
 	223	.gitignore
 	1747	.mailmap
 	778	CONTRIBUTORS
 	17987	COPYING
 	5118	DESIGN
d	-	Documentation/
 	1991	FAQ
x	737	GIT-VERSION-GEN
 	9361	GNUmakefile
 	4125	HACKING
 	1315	ISSUES
 	3525	KNOWN_ISSUES
 	2532	LICENSE
 	6776	PHILOSOPHY
 	5251	README
 	5749	Rakefile
 	4537	SIGNALS
 	93	TODO
 	3255	TUNING
d	-	bin/
d	-	examples/
d	-	ext/
d	-	lib/
 	1999	local.mk.sample
 	36189	setup.rb
d	-	t/
d	-	test/
 	1707	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