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

	size	name
 	11472	admin.rb
 	11838	backend.rb
 	4024	bigfile.rb
d	-	bigfile/
 	796	chunker.rb
 	1456	client.rb
 	872	copy_stream.rb
 	5622	http_file.rb
 	2437	http_reader.rb
 	17920	mogilefs.rb
 	5395	mysql.rb
 	2567	new_file.rb
d	-	new_file/
 	429	nhp_fake.rb
 	704	paths_size.rb
 	1086	pool.rb
 	309	socket.rb
d	-	socket/
 	2405	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