rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
tree 6248464401a41ba8481d781175e6a8ab0bd4064f
$ git ls-tree -l v4.6.2:	# shows similar output on the CLI

	size	name
 	1059	.document
 	204	.gitignore
 	375	.wrongdoc.yml
 	35063	COPYING
 	1613	DEPLOY
d	-	Documentation/
 	4003	FAQ
x	1070	GIT-VERSION-GEN
 	1025	GNUmakefile
 	2199	HACKING
 	2979	LICENSE
 	6071	README
 	2045	Rakefile
 	4817	SIGNALS
 	709	Sandbox
 	2605	Static_Files
 	0	Summary
 	399	TODO
 	2026	TUNING
l	8	Test_Suite
d	-	archive/
d	-	bin/
d	-	examples/
d	-	lib/
 	1143	local.mk.sample
 	5230	pkg.mk
 	2190	rainbows.gemspec
 	36182	setup.rb
d	-	t/
 	3033	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