wrongdoc.git  about / heads / tags
RDoc done right (IMNSHO)
tree 274e39757941686b0a24d771728685b09837c8a8
$ git ls-tree -l v1.8.0:	# shows similar output on the CLI

	size	name
 	66	.document
 	104	.gitignore
 	326	.wrongdoc.yml
 	35063	COPYING
d	-	Documentation/
x	732	GIT-VERSION-GEN
 	418	GNUmakefile
 	852	LICENSE
 	1423	README
d	-	bin/
 	0	dotwrongdoc_5
d	-	lib/
 	5230	pkg.mk
 	36182	setup.rb
 	823	wrongdoc.gemspec
x	154	wrongdoc.sh
 	0	wrongdoc_1
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/wrongdoc.git