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

	size	name
 	991	covshow.rb
 	2585	helper.rb
 	2720	player_integration.rb
 	4873	test_buffer.rb
 	1534	test_env.rb
 	1534	test_format.rb
 	1376	test_format_change.rb
 	1068	test_player.rb
 	2713	test_player_client_handler.rb
 	6475	test_player_integration.rb
 	984	test_process.rb
 	3743	test_rg_integration.rb
 	795	test_rg_state.rb
 	798	test_sink.rb
 	664	test_sink_pipe_size.rb
 	1081	test_sink_tee_integration.rb
 	3081	test_source_av.rb
 	5012	test_source_sox.rb
 	2644	test_splitfx.rb
 	2427	test_tracklist.rb
 	2263	test_trimfx.rb
 	1420	test_unixserver.rb
 	371	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