dtas.git  about / heads / tags
duct tape audio suite for *nix
tree f0aa21fd1dfea695f58ab4427b0aceaa1a773033
$ git ls-tree -l v0.0.0:test	# shows similar output on the CLI

	size	name
 	1002	covshow.rb
 	1809	helper.rb
 	3083	player_integration.rb
 	5482	test_buffer.rb
 	1679	test_format.rb
 	1560	test_format_change.rb
 	1095	test_player.rb
 	2501	test_player_client_handler.rb
 	6648	test_player_integration.rb
 	3881	test_rg_integration.rb
 	822	test_rg_state.rb
 	825	test_sink.rb
 	1223	test_sink_tee_integration.rb
 	2921	test_source.rb
 	1447	test_unixserver.rb
 	398	test_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 git://80x24.org/dtas.git
git clone https://80x24.org/dtas.git