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

	size	name
 	2068	buffer.rb
d	-	buffer/
 	840	command.rb
 	627	compat_onenine.rb
 	640	disclaimer.rb
 	1135	edit_client.rb
 	3481	format.rb
 	913	pipe.rb
 	10432	player.rb
d	-	player/
 	2256	process.rb
 	1774	replaygain.rb
 	2942	rg_state.rb
 	321	serialize.rb
 	367	sigevent.rb
d	-	sigevent/
 	3004	sink.rb
 	235	source.rb
d	-	source/
 	950	state_file.rb
 	1673	unix_accepted.rb
 	1066	unix_client.rb
 	3225	unix_server.rb
 	416	util.rb
 	612	writable_iter.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