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

	size	name
 	2047	buffer.rb
d	-	buffer/
 	819	command.rb
 	606	compat_onenine.rb
 	619	disclaimer.rb
 	1114	edit_client.rb
 	3460	format.rb
 	892	pipe.rb
 	10411	player.rb
d	-	player/
 	2235	process.rb
 	1753	replaygain.rb
 	2921	rg_state.rb
 	300	serialize.rb
 	346	sigevent.rb
d	-	sigevent/
 	2983	sink.rb
 	214	source.rb
d	-	source/
 	929	state_file.rb
 	1652	unix_accepted.rb
 	1045	unix_client.rb
 	3204	unix_server.rb
 	395	util.rb
 	591	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