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

	size	name
 	79	.document
 	161	.gitignore
 	17987	COPYING
 	1050	DEPLOY
d	-	Documentation/
 	1787	FAQ
x	753	GIT-VERSION-GEN
 	4486	GNUmakefile
 	2500	LICENSE
 	4207	README
 	3068	Rakefile
 	3673	SIGNALS
 	782	TODO
 	1210	TUNING
d	-	bin/
d	-	lib/
 	1751	local.mk.sample
 	1412	rainbows.gemspec
 	36182	setup.rb
d	-	t/
 	1941	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