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

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