ruby-wordexp.git  about / heads / tags
perform word expansions (interface to the wordexp(3) POSIX function)
tree 2c358d4e34805ff44be0b8f6b7d57bb376833fc3
$ git ls-tree -l v1.0.1:	# shows similar output on the CLI

	size	name
 	22	.document
 	127	.gitignore
 	224	.wrongdoc.yml
 	26530	COPYING
x	731	GIT-VERSION-GEN
 	606	GNUmakefile
 	2992	README
d	-	ext/
 	5230	pkg.mk
 	36182	setup.rb
d	-	test/
 	796	wordexp.gemspec
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-wordexp.git