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

	size	name
 	1008	covshow.rb
 	2602	helper.rb
 	2712	player_integration.rb
 	4989	test_buffer.rb
 	524	test_encoding.rb
 	2120	test_env.rb
 	1489	test_fadefx.rb
 	1551	test_format.rb
 	1388	test_format_change.rb
 	825	test_mcache.rb
 	715	test_mlib.rb
 	536	test_parse_freq.rb
 	1126	test_pipeline.rb
 	1085	test_player.rb
 	2677	test_player_client_handler.rb
 	6630	test_player_integration.rb
 	1005	test_process.rb
 	3830	test_rg_integration.rb
 	980	test_rg_state.rb
 	526	test_sigevent.rb
 	810	test_sink.rb
 	634	test_sink_pipe_size.rb
 	1098	test_sink_tee_integration.rb
 	3115	test_source_av.rb
 	3105	test_source_ff.rb
 	5095	test_source_sox.rb
 	2186	test_splitfx.rb
 	2239	test_tfx.rb
 	3748	test_tracklist.rb
 	1214	test_unixserver.rb
 	388	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