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

	size	name
 	13	.gitignore
 	395	aggregate.rb
 	1694	exec.rb
 	4731	fresh.rb
 	3296	setup.rb
 	2933	socket_test.rb
 	4347	test_admin.rb
 	7645	test_backend.rb
 	1290	test_bigfile.rb
 	1337	test_client.rb
 	6622	test_cmogstored.rb
 	1788	test_db_backend.rb
 	8371	test_fresh.rb
 	745	test_http_reader.rb
 	24746	test_mogilefs.rb
 	9950	test_mogilefs_integration.rb
 	1698	test_mogilefs_integration_large_pipe.rb
 	1562	test_mogilefs_integration_list_keys.rb
 	248	test_mogilefs_socket_kgio.rb
 	155	test_mogilefs_socket_pure.rb
 	3071	test_mogtool_bigfile.rb
 	3395	test_mysql.rb
 	649	test_nhp_compat.rb
 	2474	test_pool.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