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

	size	name
 	1023	covshow.rb
 	1830	helper.rb
 	2721	player_integration.rb
 	5503	test_buffer.rb
 	1501	test_format.rb
 	1424	test_format_change.rb
 	1116	test_player.rb
 	2522	test_player_client_handler.rb
 	5973	test_player_integration.rb
 	832	test_process.rb
 	3822	test_rg_integration.rb
 	843	test_rg_state.rb
 	846	test_sink.rb
 	712	test_sink_pipe_size.rb
 	1129	test_sink_tee_integration.rb
 	3137	test_source_av.rb
 	3439	test_source_sox.rb
 	1468	test_unixserver.rb
 	419	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