david.git  about / heads / tags
slow client simulator to bring prefork/threading servers to their knees
tree 764a1840c7361ec03ac330a999504b96f7a1b045
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	6	.gitignore
 	18787	COPYING
 	193	Makefile
 	4265	README
 	7492	david.c
 	28	http_1.0.txt
 	115	http_1.1.txt
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/david.git