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

	size	name
 	126	.document
 	169	.gitignore
 	251	.wrongdoc.yml
 	17987	COPYING
 	1613	DEPLOY
d	-	Documentation/
 	3837	FAQ
x	736	GIT-VERSION-GEN
 	921	GNUmakefile
 	2510	LICENSE
 	6218	README
 	3003	Rakefile
 	4179	SIGNALS
 	2605	Static_Files
 	0	Summary
 	1200	TODO
 	2026	TUNING
l	8	Test_Suite
d	-	bin/
d	-	examples/
d	-	lib/
 	1143	local.mk.sample
 	5054	pkg.mk
 	1925	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