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

	size	name
 	140	.gitignore
 	1124	GNUmakefile
 	1757	dtas-archive.txt
 	2311	dtas-console.txt
 	1700	dtas-ctl.txt
 	844	dtas-cueedit.txt
 	930	dtas-enq.txt
 	2238	dtas-env.txt
 	1249	dtas-msinkctl.txt
 	3740	dtas-player.txt
 	1813	dtas-player_effects.txt
 	14588	dtas-player_protocol.txt
 	2467	dtas-player_sink_examples.txt
 	1779	dtas-sinkedit.txt
 	2080	dtas-sourceedit.txt
 	6652	dtas-splitfx.txt
 	3066	dtas-tl.txt
 	2170	dtas-xdelay.txt
x	1510	update-footer.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