rack.git  about / heads / tags
a modular Ruby webserver interface
tree 1d4ceb81ac5e6ef118027c194461cf69b2ac4461
$ git ls-tree -l test:	# shows similar output on the CLI

	size	name
 	44	.gitignore
 	1090	COPYING
 	582	KNOWN-ISSUES
 	21873	README
 	2822	Rakefile
d	-	bin/
d	-	contrib/
d	-	example/
d	-	lib/
 	1565	rack.gemspec
d	-	test/
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/rack.git