mogilefs-client.git  about / heads / tags
MogileFS client library for Ruby
tree 3e997ecb33cea379d1c9f63d63eb5be503a1120a
$ git ls-tree -l checksums:lib/mogilefs	# shows similar output on the CLI

	size	name
 	9535	admin.rb
 	11819	backend.rb
 	4018	bigfile.rb
d	-	bigfile/
 	843	chunker.rb
 	1160	client.rb
 	878	copy_stream.rb
 	6843	http_file.rb
 	2524	http_reader.rb
 	12048	mogilefs.rb
 	5374	mysql.rb
 	697	paths_size.rb
 	775	pool.rb
 	309	socket.rb
d	-	socket/
 	1617	socket_common.rb
 	795	util.rb
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/mogilefs-client.git