yahns.git  about / heads / tags
sleepy, multi-threaded, non-blocking application server for Ruby
tree d5dd6741100a6758b6ad946c7cfb4f4947cc68a2
$ git ls-tree -l HEAD:Documentation	# shows similar output on the CLI

	size	name
 	186	.gitignore
 	1566	GNUmakefile
 	4573	design_notes.txt
 	5468	yahns-rackup.pod
 	2753	yahns.pod
 	21075	yahns_config.pod
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 git://yhbt.net/yahns.git
git clone https://yhbt.net/yahns.git