rainbows.git  about / heads / tags
Unicorn for sleepy apps and slow clients
tree f7f0a61fd04fe699b2fe9ca901f58c975c6fc973
$ git ls-tree -l v0.90.0:	# shows similar output on the CLI

	size	name
 	95	.document
 	161	.gitignore
 	17987	COPYING
 	1636	DEPLOY
d	-	Documentation/
 	3114	FAQ
x	737	GIT-VERSION-GEN
 	5031	GNUmakefile
 	2510	LICENSE
 	5828	README
 	5518	Rakefile
 	3910	SIGNALS
 	189	Summary
 	883	TODO
 	2026	TUNING
d	-	bin/
d	-	lib/
 	2476	local.mk.sample
 	2300	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