kgio-monkey.git  about / heads / tags
kinder, gentler SSL/TLS I/O for Ruby
tree befbe2b1af11dee73f99b9096b71619c75228ceb
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	109	.document
 	195	.gitignore
 	209	.olddoc.yml
 	7637	COPYING
x	736	GIT-VERSION-GEN
 	317	GNUmakefile
 	1972	HACKING
 	1153	ISSUES
 	223	KNOWN_ISSUES
 	964	LICENSE
 	1804	README
d	-	bin/
d	-	examples/
d	-	ext/
 	963	kgio-monkey.gemspec
d	-	lib/
 	4055	pkg.mk
d	-	script/
 	36182	setup.rb
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/kgio-monkey.git