upr.git  about / heads / tags
Upload Progress for Rack
tree be1f7b0238d0394977d0355f15a5dc604d982038
$ git ls-tree -l HEAD:	# shows similar output on the CLI

	size	name
 	34	.document
 	161	.gitignore
 	17987	COPYING
x	732	GIT-VERSION-GEN
 	4031	GNUmakefile
 	2742	LICENSE
 	4757	README
 	3462	Rakefile
d	-	bin/
d	-	examples/
d	-	lib/
 	1054	local.mk.sample
 	36182	setup.rb
d	-	test/
 	1121	upr.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/upr.git