ruby-tdb.git  about / heads / tags
Trivial Database bindings for Ruby
tree 8099e1553633919ffffc6e1cefd118af42da691f
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	58	.document
 	154	.gitignore
 	201	.olddoc.yml
 	26530	COPYING
x	732	GIT-VERSION-GEN
 	81	GNUmakefile
 	2095	HACKING
 	2767	Hash_Functions
 	807	LICENSE
 	3406	README
 	27	Rakefile
 	120	TODO
d	-	ext/
d	-	lib/
 	4056	pkg.mk
 	36182	setup.rb
 	725	tdb.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/ruby-tdb.git