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

	size	name
 	984	covshow.rb
 	2578	helper.rb
 	2713	player_integration.rb
 	4866	test_buffer.rb
 	2096	test_env.rb
 	1465	test_fadefx.rb
 	1527	test_format.rb
 	1369	test_format_change.rb
 	675	test_mlib.rb
 	508	test_parse_freq.rb
 	1061	test_player.rb
 	2658	test_player_client_handler.rb
 	6512	test_player_integration.rb
 	977	test_process.rb
 	3777	test_rg_integration.rb
 	788	test_rg_state.rb
 	791	test_sink.rb
 	635	test_sink_pipe_size.rb
 	1074	test_sink_tee_integration.rb
 	3074	test_source_av.rb
 	5005	test_source_sox.rb
 	2208	test_splitfx.rb
 	2235	test_tfx.rb
 	3724	test_tracklist.rb
 	1231	test_unixserver.rb
 	364	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