upr.git  about / heads / tags
Upload Progress for Rack
tree c758587e20e3c88702bfc1b5ef2771bad356cbc4
$ git ls-tree -l v0.3.0:	# 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
 	4507	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