rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
tree 1cc73c8b3c1ebba45c2ed23d27c32467e778fe4b
$ git ls-tree -l em-deferred:	# shows similar output on the CLI

	size	name
 	1049	.document
 	85	.gitattributes
 	226	.gitignore
 	589	.olddoc.yml
 	35063	COPYING
 	1613	DEPLOY
d	-	Documentation/
 	4004	FAQ
x	1070	GIT-VERSION-GEN
 	695	GNUmakefile
 	2071	HACKING
 	2979	LICENSE
 	6117	README
 	4818	SIGNALS
 	710	Sandbox
 	2349	Static_Files
 	399	TODO
 	2028	TUNING
l	8	Test_Suite
d	-	archive/
d	-	bin/
d	-	examples/
d	-	lib/
 	1143	local.mk.sample
 	4289	pkg.mk
 	2404	rainbows.gemspec
 	36182	setup.rb
d	-	t/
 	3034	vs_Unicorn
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/rainbows.git