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

	size	name
x	4948	dtas-archive
x	8552	dtas-console
x	248	dtas-ctl
x	2190	dtas-cueedit
x	345	dtas-enq
x	1865	dtas-mlib
x	1342	dtas-msinkctl
x	1109	dtas-partstats
x	934	dtas-player
x	5726	dtas-readahead
x	2550	dtas-sinkedit
x	2295	dtas-sourceedit
x	1778	dtas-splitfx
x	5211	dtas-tl
x	2493	dtas-xdelay
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